Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HeaderAuthorizerURL = "X-Kusk-Authorizer-URL" HeaderAPIGroup = "X-Kusk-API-Group" )
Functions ¶
This section is empty.
Types ¶
type APIGroupsRequest ¶
type APIGroupsRequest struct {
APIGroups []APIGroups `json:"api_groups"`
}
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder() *Builder
func (*Builder) BuildRequest ¶
func (b *Builder) BuildRequest() map[string]*APIGroupsRequest
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAPIGroups ¶
func (*Client) PutAPIGroups ¶
func (c *Client) PutAPIGroups(ctx context.Context, req *APIGroupsRequest) error
Click to show internal directories.
Click to hide internal directories.