Documentation ¶
Index ¶
- type CollectionCreateRequest
- type CollectionCreateResponse
- type CollectionDeleteRequest
- type CollectionGetRequest
- type CollectionGetResponse
- type DeleteRequest
- type Handler
- func (h Handler) CollectionCreate(req CollectionCreateRequest) (CollectionCreateResponse, error)
- func (h Handler) CollectionDelete(req CollectionDeleteRequest) error
- func (h Handler) CollectionGet(req CollectionGetRequest) (CollectionGetResponse, int, error)
- func (h Handler) Delete(req DeleteRequest) error
- func (Handler) InternalKind() string
- func (Handler) Kind() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionCreateRequest ¶
type CollectionCreateRequest = model.SubjectRoleRelationshipCreateInputs
type CollectionCreateResponse ¶
type CollectionCreateResponse = []*model.SubjectRoleRelationshipOutput
type CollectionDeleteRequest ¶
type CollectionDeleteRequest = model.SubjectRoleRelationshipDeleteInputs
type CollectionGetRequest ¶
type CollectionGetRequest struct { model.SubjectRoleRelationshipQueryInputs `path:",inline" query:",inline"` runtime.RequestCollection[ predicate.SubjectRoleRelationship, subjectrolerelationship.OrderOption, ] `query:",inline"` }
type CollectionGetResponse ¶
type CollectionGetResponse = []*model.SubjectRoleRelationshipOutput
type DeleteRequest ¶
type DeleteRequest = model.SubjectRoleRelationshipDeleteInput
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) CollectionCreate ¶
func (h Handler) CollectionCreate(req CollectionCreateRequest) (CollectionCreateResponse, error)
func (Handler) CollectionDelete ¶
func (h Handler) CollectionDelete(req CollectionDeleteRequest) error
func (Handler) CollectionGet ¶
func (h Handler) CollectionGet(req CollectionGetRequest) (CollectionGetResponse, int, error)
func (Handler) Delete ¶
func (h Handler) Delete(req DeleteRequest) error
func (Handler) InternalKind ¶
Click to show internal directories.
Click to hide internal directories.