Documentation
¶
Index ¶
- func NewGitlabCustomAttributes() types.Bundle
- type DeleteCustomGroupAttributeHandler
- type DeleteCustomGroupAttributeInputs
- type DeleteCustomGroupAttributeOutputs
- type DeleteCustomProjectAttributeHandler
- type DeleteCustomProjectAttributeInputs
- type DeleteCustomProjectAttributeOutputs
- type DeleteCustomUserAttributeHandler
- type DeleteCustomUserAttributeInputs
- type DeleteCustomUserAttributeOutputs
- type GetCustomGroupAttributeHandler
- type GetCustomGroupAttributeInputs
- type GetCustomGroupAttributeOutputs
- type GetCustomProjectAttributeHandler
- type GetCustomProjectAttributeInputs
- type GetCustomProjectAttributeOutputs
- type GetCustomUserAttributeHandler
- type GetCustomUserAttributeInputs
- type GetCustomUserAttributeOutputs
- type GitlabCustomAttributesBundle
- type ListCustomGroupAttributesHandler
- type ListCustomGroupAttributesInputs
- type ListCustomGroupAttributesOutputs
- type ListCustomProjectAttributesHandler
- type ListCustomProjectAttributesInputs
- type ListCustomProjectAttributesOutputs
- type ListCustomUserAttributesHandler
- type ListCustomUserAttributesInputs
- type ListCustomUserAttributesOutputs
- type SetCustomGroupAttributeHandler
- type SetCustomGroupAttributeInputs
- type SetCustomGroupAttributeOutputs
- type SetCustomProjectAttributeHandler
- type SetCustomProjectAttributeInputs
- type SetCustomProjectAttributeOutputs
- type SetCustomUserAttributeHandler
- type SetCustomUserAttributeInputs
- type SetCustomUserAttributeOutputs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteCustomGroupAttributeHandler ¶
type DeleteCustomGroupAttributeHandler struct{}
func NewDeleteCustomGroupAttributeHandler ¶
func NewDeleteCustomGroupAttributeHandler() *DeleteCustomGroupAttributeHandler
func (*DeleteCustomGroupAttributeHandler) Run ¶
func (h *DeleteCustomGroupAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type DeleteCustomGroupAttributeOutputs ¶
type DeleteCustomGroupAttributeOutputs struct{}
type DeleteCustomProjectAttributeHandler ¶
type DeleteCustomProjectAttributeHandler struct{}
func NewDeleteCustomProjectAttributeHandler ¶
func NewDeleteCustomProjectAttributeHandler() *DeleteCustomProjectAttributeHandler
func (*DeleteCustomProjectAttributeHandler) Run ¶
func (h *DeleteCustomProjectAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type DeleteCustomProjectAttributeOutputs ¶
type DeleteCustomProjectAttributeOutputs struct{}
type DeleteCustomUserAttributeHandler ¶
type DeleteCustomUserAttributeHandler struct{}
func NewDeleteCustomUserAttributeHandler ¶
func NewDeleteCustomUserAttributeHandler() *DeleteCustomUserAttributeHandler
func (*DeleteCustomUserAttributeHandler) Run ¶
func (h *DeleteCustomUserAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type DeleteCustomUserAttributeOutputs ¶
type DeleteCustomUserAttributeOutputs struct{}
type GetCustomGroupAttributeHandler ¶
type GetCustomGroupAttributeHandler struct{}
func NewGetCustomGroupAttributeHandler ¶
func NewGetCustomGroupAttributeHandler() *GetCustomGroupAttributeHandler
func (*GetCustomGroupAttributeHandler) Run ¶
func (h *GetCustomGroupAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type GetCustomGroupAttributeOutputs ¶
type GetCustomGroupAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
type GetCustomProjectAttributeHandler ¶
type GetCustomProjectAttributeHandler struct{}
func NewGetCustomProjectAttributeHandler ¶
func NewGetCustomProjectAttributeHandler() *GetCustomProjectAttributeHandler
func (*GetCustomProjectAttributeHandler) Run ¶
func (h *GetCustomProjectAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type GetCustomProjectAttributeOutputs ¶
type GetCustomProjectAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
type GetCustomUserAttributeHandler ¶
type GetCustomUserAttributeHandler struct{}
func NewGetCustomUserAttributeHandler ¶
func NewGetCustomUserAttributeHandler() *GetCustomUserAttributeHandler
func (*GetCustomUserAttributeHandler) Run ¶
func (h *GetCustomUserAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type GetCustomUserAttributeOutputs ¶
type GetCustomUserAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
type GitlabCustomAttributesBundle ¶
type GitlabCustomAttributesBundle struct {
// contains filtered or unexported fields
}
type ListCustomGroupAttributesHandler ¶
type ListCustomGroupAttributesHandler struct{}
func NewListCustomGroupAttributesHandler ¶
func NewListCustomGroupAttributesHandler() *ListCustomGroupAttributesHandler
func (*ListCustomGroupAttributesHandler) Run ¶
func (h *ListCustomGroupAttributesHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type ListCustomGroupAttributesOutputs ¶
type ListCustomGroupAttributesOutputs struct {
CustomAttributes []*gitlab.CustomAttribute `json:"custom_attributes"`
}
type ListCustomProjectAttributesHandler ¶
type ListCustomProjectAttributesHandler struct{}
func NewListCustomProjectAttributesHandler ¶
func NewListCustomProjectAttributesHandler() *ListCustomProjectAttributesHandler
func (*ListCustomProjectAttributesHandler) Run ¶
func (h *ListCustomProjectAttributesHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type ListCustomProjectAttributesOutputs ¶
type ListCustomProjectAttributesOutputs struct {
CustomAttributes []*gitlab.CustomAttribute `json:"custom_attributes"`
}
type ListCustomUserAttributesHandler ¶
type ListCustomUserAttributesHandler struct{}
func NewListCustomUserAttributesHandler ¶
func NewListCustomUserAttributesHandler() *ListCustomUserAttributesHandler
func (*ListCustomUserAttributesHandler) Run ¶
func (h *ListCustomUserAttributesHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type ListCustomUserAttributesOutputs ¶
type ListCustomUserAttributesOutputs struct {
CustomAttributes []*gitlab.CustomAttribute `json:"custom_attributes"`
}
type SetCustomGroupAttributeHandler ¶
type SetCustomGroupAttributeHandler struct{}
func NewSetCustomGroupAttributeHandler ¶
func NewSetCustomGroupAttributeHandler() *SetCustomGroupAttributeHandler
func (*SetCustomGroupAttributeHandler) Run ¶
func (h *SetCustomGroupAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type SetCustomGroupAttributeInputs ¶
type SetCustomGroupAttributeInputs struct {
GroupId int64 `json:"group_id,omitempty"`
gitlab.CustomAttribute
}
type SetCustomGroupAttributeOutputs ¶
type SetCustomGroupAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
type SetCustomProjectAttributeHandler ¶
type SetCustomProjectAttributeHandler struct{}
func NewSetCustomProjectAttributeHandler ¶
func NewSetCustomProjectAttributeHandler() *SetCustomProjectAttributeHandler
func (*SetCustomProjectAttributeHandler) Run ¶
func (h *SetCustomProjectAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type SetCustomProjectAttributeInputs ¶
type SetCustomProjectAttributeInputs struct {
ProjectId int64 `json:"project_id,omitempty"`
gitlab.CustomAttribute
}
type SetCustomProjectAttributeOutputs ¶
type SetCustomProjectAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
type SetCustomUserAttributeHandler ¶
type SetCustomUserAttributeHandler struct{}
func NewSetCustomUserAttributeHandler ¶
func NewSetCustomUserAttributeHandler() *SetCustomUserAttributeHandler
func (*SetCustomUserAttributeHandler) Run ¶
func (h *SetCustomUserAttributeHandler) Run( ctx context.Context, task *types.Task, credential *privateconnection.PrivateCredentials, ) (any, error)
type SetCustomUserAttributeInputs ¶
type SetCustomUserAttributeInputs struct {
UserId int64 `json:"user_id,omitempty"`
gitlab.CustomAttribute
}
type SetCustomUserAttributeOutputs ¶
type SetCustomUserAttributeOutputs struct {
CustomAttribute *gitlab.CustomAttribute `json:"custom_attribute"`
}
Source Files
¶
- delete_custom_group_attribute.gen.go
- delete_custom_project_attribute.gen.go
- delete_custom_user_attribute.gen.go
- entrypoint.gen.go
- get_custom_group_attribute.gen.go
- get_custom_project_attribute.gen.go
- get_custom_user_attribute.gen.go
- list_custom_group_attributes.gen.go
- list_custom_project_attributes.gen.go
- list_custom_user_attributes.gen.go
- set_custom_group_attribute.gen.go
- set_custom_project_attribute.gen.go
- set_custom_user_attribute.gen.go
Click to show internal directories.
Click to hide internal directories.