We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5bcc1 commit 4d9fa1eCopy full SHA for 4d9fa1e
models/client.go
@@ -24,7 +24,7 @@ func (c *Client) GetDomain() string {
24
return c.Domain
25
}
26
27
-// GetUserID user id
+// IsPublic public
28
func (c *Client) IsPublic() bool {
29
return c.Public
30
0 commit comments