Documentation
¶
Overview ¶
Package gitwiki provides a GitLab wiki API client for changelog accumulation.
Index ¶
- type Client
- func (c *Client) AccumulatePage(ctx context.Context, title, newContent string) (*Page, bool, error)
- func (c *Client) Configured() bool
- func (c *Client) CreatePage(ctx context.Context, title, content string) (*Page, error)
- func (c *Client) GetPage(ctx context.Context, slug string) (*Page, error)
- func (c *Client) UpdatePage(ctx context.Context, slug, title, content string) (*Page, error)
- type Config
- type Page
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) AccumulatePage ¶
func (*Client) Configured ¶
func (*Client) CreatePage ¶
Click to show internal directories.
Click to hide internal directories.