Documentation ¶
Overview ¶
Package operationtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Index = OperationType{"index"} Create = OperationType{"create"} Update = OperationType{"update"} Delete = OperationType{"delete"} )
Functions ¶
This section is empty.
Types ¶
type OperationType ¶
type OperationType struct {
Name string
}
func (OperationType) MarshalText ¶
func (o OperationType) MarshalText() (text []byte, err error)
func (OperationType) String ¶
func (o OperationType) String() string
func (*OperationType) UnmarshalText ¶
func (o *OperationType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.