Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiUseCases ¶
type ApiUseCases interface {
GetMooveComponents(circleIDHeader, circleId string, workspaceId uuid.UUID) ([]byte, errors.Error)
}
func NewAPIClient ¶
func NewAPIClient(url string, timeout time.Duration) ApiUseCases
type Permission ¶
type Permission struct {
Name string
}
type PermissionsResult ¶
type PermissionsResult struct {
Permissions json.RawMessage
}
Click to show internal directories.
Click to hide internal directories.