Documentation
¶
Index ¶
- Variables
- func LoadConfig() error
- type Client
- func (c *Client) Branch() branch.BranchImpl
- func (c *Client) Group() group.GroupImpl
- func (c *Client) MergeRequest() merge_request.MergeRequestImpl
- func (c *Client) Repository() repository.RepositoryImpl
- func (c *Client) Request(cfg *request.Config, payload *request.Payload) (*request.Response, error)
- func (c *Client) User() user.UserImpl
- func (c *Client) WebHook() webhook.WebHookImpl
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.0.9"
Version is the version of lighthouse
Functions ¶
func LoadConfig ¶
func LoadConfig() error
Types ¶
type Client ¶
type Client struct {
Cfg *Config
}
func (*Client) Branch ¶
func (c *Client) Branch() branch.BranchImpl
func (*Client) MergeRequest ¶
func (c *Client) MergeRequest() merge_request.MergeRequestImpl
func (*Client) Repository ¶
func (c *Client) Repository() repository.RepositoryImpl
func (*Client) WebHook ¶
func (c *Client) WebHook() webhook.WebHookImpl
Click to show internal directories.
Click to hide internal directories.