Documentation
¶
Index ¶
- type AclRoleController
- type AclRoleItemResponse
- type AclRoleRequest
- type AclRoleResponse
- type AclUserPolicyController
- type AclUserPolicyRequest
- type AclUserPolicyResponse
- type AclUserRoleController
- type AclUserRoleRequest
- type AclUserRoleResponse
- type StateReadyController
- type StateReadyRequest
- type StateReadyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AclRoleController ¶
type AclRoleController struct {
raiden.ControllerBase
Http string `path:"/acl/roles" type:"custom"`
Payload *AclRoleRequest
Result AclRoleResponse
}
type AclRoleItemResponse ¶
type AclRoleItemResponse struct {
Name string `json:"name"`
InheritRoles []AclRoleItemResponse `json:"inherit_roles"`
}
type AclRoleRequest ¶
type AclRoleRequest struct{}
type AclRoleResponse ¶
type AclRoleResponse []AclRoleItemResponse
type AclUserPolicyController ¶
type AclUserPolicyController struct {
raiden.ControllerBase
Http string `path:"/acl/user/policies" type:"custom"`
Payload *AclUserPolicyRequest
Result AclUserPolicyResponse
}
type AclUserPolicyRequest ¶
type AclUserPolicyRequest struct{}
type AclUserPolicyResponse ¶
type AclUserPolicyResponse []string
type AclUserRoleController ¶
type AclUserRoleController struct {
raiden.ControllerBase
Http string `path:"/acl/user/role" type:"custom"`
Payload *AclUserRoleRequest
Result AclUserRoleResponse
}
type AclUserRoleRequest ¶
type AclUserRoleResponse ¶
type AclUserRoleResponse struct {
Message string `json:"message"`
}
type StateReadyController ¶
type StateReadyController struct {
raiden.ControllerBase
Http string `path:"/state/ready" type:"custom"`
Payload *StateReadyRequest
Result StateReadyResponse
}
type StateReadyRequest ¶
type StateReadyRequest struct {
}
type StateReadyResponse ¶
type StateReadyResponse struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.