Documentation ¶
Index ¶
- func SetDefault(c *Client)
- type Client
- func (c *Client) CreateAdmission(ctx context.Context, body io.Reader) error
- func (c *Client) CreateAuther(ctx context.Context, body io.Reader) error
- func (c *Client) CreateBypass(ctx context.Context, body io.Reader) error
- func (c *Client) CreateChain(ctx context.Context, body io.Reader) error
- func (c *Client) CreateHop(ctx context.Context, body io.Reader) error
- func (c *Client) CreateHostMapper(ctx context.Context, body io.Reader) error
- func (c *Client) CreateLimiter(ctx context.Context, body io.Reader) error
- func (c *Client) CreateObserver(ctx context.Context, body io.Reader) error
- func (c *Client) CreateRecorder(ctx context.Context, body io.Reader) error
- func (c *Client) CreateResolver(ctx context.Context, body io.Reader) error
- func (c *Client) CreateService(ctx context.Context, body io.Reader) error
- func (c *Client) DeleteAdmission(ctx context.Context, admission string) error
- func (c *Client) DeleteAuther(ctx context.Context, auther string) error
- func (c *Client) DeleteBypass(ctx context.Context, bypass string) error
- func (c *Client) DeleteChain(ctx context.Context, chain string) error
- func (c *Client) DeleteHop(ctx context.Context, hop string) error
- func (c *Client) DeleteHostMapper(ctx context.Context, hostMapper string) error
- func (c *Client) DeleteLimiter(ctx context.Context, limiter string) error
- func (c *Client) DeleteObserver(ctx context.Context, observer string) error
- func (c *Client) DeleteRecorder(ctx context.Context, recorder string) error
- func (c *Client) DeleteResolver(ctx context.Context, resolver string) error
- func (c *Client) DeleteService(ctx context.Context, service string) error
- func (c *Client) GetConfig(ctx context.Context) (*api.Config, error)
- func (c *Client) SaveConfig(ctx context.Context, filepath string) error
- func (c *Client) UpdateAdmission(ctx context.Context, admission string, body io.Reader) error
- func (c *Client) UpdateAuther(ctx context.Context, auther string, body io.Reader) error
- func (c *Client) UpdateBypass(ctx context.Context, bypass string, body io.Reader) error
- func (c *Client) UpdateChain(ctx context.Context, chain string, body io.Reader) error
- func (c *Client) UpdateHop(ctx context.Context, hop string, body io.Reader) error
- func (c *Client) UpdateHostMapper(ctx context.Context, hostMapper string, body io.Reader) error
- func (c *Client) UpdateLimiter(ctx context.Context, limiter string, body io.Reader) error
- func (c *Client) UpdateObserver(ctx context.Context, observer string, body io.Reader) error
- func (c *Client) UpdateRecorder(ctx context.Context, recorder string, body io.Reader) error
- func (c *Client) UpdateResolver(ctx context.Context, resolver string, body io.Reader) error
- func (c *Client) UpdateService(ctx context.Context, service string, body io.Reader) error
- type Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDefault ¶
func SetDefault(c *Client)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateAdmission ¶
func (*Client) CreateAuther ¶
func (*Client) CreateBypass ¶
func (*Client) CreateChain ¶
func (*Client) CreateHostMapper ¶
func (*Client) CreateLimiter ¶
func (*Client) CreateObserver ¶
func (*Client) CreateRecorder ¶
func (*Client) CreateResolver ¶
func (*Client) CreateService ¶
func (*Client) DeleteAdmission ¶
func (*Client) DeleteAuther ¶
func (*Client) DeleteBypass ¶
func (*Client) DeleteHostMapper ¶
func (*Client) DeleteLimiter ¶
func (*Client) DeleteObserver ¶
func (*Client) DeleteRecorder ¶
func (*Client) DeleteResolver ¶
func (*Client) DeleteService ¶
func (*Client) UpdateAdmission ¶
func (*Client) UpdateAuther ¶
func (*Client) UpdateBypass ¶
func (*Client) UpdateChain ¶
func (*Client) UpdateHostMapper ¶
func (*Client) UpdateLimiter ¶
func (*Client) UpdateObserver ¶
func (*Client) UpdateRecorder ¶
func (*Client) UpdateResolver ¶
Click to show internal directories.
Click to hide internal directories.