subject

package
v0.4.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectionGetRequest

type CollectionGetRequest struct {
	model.SubjectQueryInputs `path:",inline" query:",inline"`

	runtime.RequestCollection[
		predicate.Subject, subject.OrderOption,
	] `query:",inline"`

	Kind string `query:"kind,omitempty"`
}

func (*CollectionGetRequest) Validate

func (r *CollectionGetRequest) Validate() error

type CollectionGetResponse

type CollectionGetResponse = []*model.SubjectOutput

type CreateRequest

type CreateRequest struct {
	model.SubjectCreateInput `path:",inline" json:",inline"`

	Password string `json:"password"`
}

func (*CreateRequest) Validate

func (r *CreateRequest) Validate() error

type CreateResponse

type CreateResponse = *model.SubjectOutput

type DeleteRequest

type DeleteRequest = model.SubjectDeleteInput

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func Handle

func Handle(mc model.ClientSet) Handler

func (Handler) CollectionGet

func (h Handler) CollectionGet(req CollectionGetRequest) (CollectionGetResponse, int, error)

func (Handler) Create

func (h Handler) Create(req CreateRequest) (CreateResponse, error)

func (Handler) Delete

func (h Handler) Delete(req DeleteRequest) error

func (Handler) Kind

func (Handler) Kind() string

func (Handler) Update

func (h Handler) Update(req UpdateRequest) error

type UpdateRequest

type UpdateRequest struct {
	model.SubjectUpdateInput `path:",inline" json:",inline"`

	Password string `json:"password,omitempty"` // Allow to reset password.
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL