Documentation
¶
Index ¶
- type Client
- func (c *Client) GetOrganization(id string) (*models.Organization, error)
- func (c *Client) GetPerson(id string) (*models.Person, error)
- func (c *Client) GetProject(id string) (*models.Project, error)
- func (c *Client) GetUser(id string) (*models.Person, error)
- func (c *Client) GetUserByUsername(username string) (*models.Person, error)
- func (c *Client) SuggestOrganizations(q string) ([]models.Completion, error)
- func (c *Client) SuggestPeople(q string) ([]*models.Person, error)
- func (c *Client) SuggestProjects(q string) ([]models.Completion, error)
- func (c *Client) SuggestUsers(q string) ([]*models.Person, error)
- type Config
- type M
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetOrganization ¶
func (c *Client) GetOrganization(id string) (*models.Organization, error)
func (*Client) GetUserByUsername ¶
func (*Client) SuggestOrganizations ¶
func (c *Client) SuggestOrganizations(q string) ([]models.Completion, error)
func (*Client) SuggestProjects ¶
func (c *Client) SuggestProjects(q string) ([]models.Completion, error)
Click to show internal directories.
Click to hide internal directories.