Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BadResponse ¶
func SuccessResponse ¶
Types ¶
type SkillCreationInput ¶
type SkillCreationInput struct {
Name string `json:"name"`
}
func NewSkillCreationInput ¶
func NewSkillCreationInput() *SkillCreationInput
type SkillGroupCreationInput ¶
type SkillGroupCreationInput struct {
Name string `json:"name"`
}
func NewSkillGroupCreationInput ¶
func NewSkillGroupCreationInput() *SkillGroupCreationInput
type SkillGroupUpdateInput ¶
func NewSkillGroupUpdateInput ¶
func NewSkillGroupUpdateInput() *SkillGroupUpdateInput
type SkillUpdateInput ¶
type SkillUpdateInput struct {
Name string `json:"name"`
}
func NewSkillUpdateInput ¶
func NewSkillUpdateInput() *SkillUpdateInput
type UserCreationInput ¶
func NewUserCreationInput ¶
func NewUserCreationInput() *UserCreationInput
type UserUpdateInput ¶
func NewUserUpdateInput ¶
func NewUserUpdateInput() *UserUpdateInput
Click to show internal directories.
Click to hide internal directories.