Documentation
¶
Overview ¶
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Code generated by go-enum, DO NOT EDIT.
Index ¶
- type Biscuit
- func (biscuit_enum Biscuit) GetBSON() (interface{}, error)
- func (biscuit_enum Biscuit) MarshalBSONValue() (bsontype.Type, []byte, error)
- func (biscuit_enum Biscuit) MarshalGQL(w io.Writer)
- func (biscuit_enum Biscuit) MarshalJSON() ([]byte, error)
- func (biscuit_enum Biscuit) MarshalText() ([]byte, error)
- func (biscuit_enum Biscuit) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (biscuit_enum *Biscuit) Scan(val any) error
- func (biscuit_enum *Biscuit) SetBSON(raw bson.Raw) error
- func (biscuit_enum Biscuit) String() string
- func (biscuit_enum *Biscuit) UnmarshalBSON(data []byte) error
- func (biscuit_enum *Biscuit) UnmarshalGQL(val interface{}) error
- func (biscuit_enum *Biscuit) UnmarshalJSON(val []byte) error
- func (biscuit_enum *Biscuit) UnmarshalText(text []byte) error
- func (biscuit_enum *Biscuit) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
- func (biscuit_enum Biscuit) Validate() error
- func (biscuit_enum Biscuit) Value() (driver.Value, error)
- func (Biscuit) Values() []string
- type Cookie
- func (cookie_enum Cookie) GetBSON() (interface{}, error)
- func (cookie_enum Cookie) MarshalBSONValue() (bsontype.Type, []byte, error)
- func (cookie_enum Cookie) MarshalGQL(w io.Writer)
- func (cookie_enum Cookie) MarshalJSON() ([]byte, error)
- func (cookie_enum Cookie) MarshalText() ([]byte, error)
- func (cookie_enum Cookie) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (cookie_enum *Cookie) Scan(val any) error
- func (cookie_enum *Cookie) SetBSON(raw bson.Raw) error
- func (cookie_enum Cookie) String() string
- func (cookie_enum *Cookie) UnmarshalBSON(data []byte) error
- func (cookie_enum *Cookie) UnmarshalGQL(val interface{}) error
- func (cookie_enum *Cookie) UnmarshalJSON(val []byte) error
- func (cookie_enum *Cookie) UnmarshalText(text []byte) error
- func (cookie_enum *Cookie) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
- func (cookie_enum Cookie) Validate() error
- func (cookie_enum Cookie) Value() (driver.Value, error)
- func (Cookie) Values() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Biscuit ¶
type Biscuit int
func AllBiscuits ¶
func AllBiscuits() []Biscuit
func BiscuitFromString ¶
func (Biscuit) MarshalBSONValue ¶ added in v0.1.1
func (Biscuit) MarshalGQL ¶
func (Biscuit) MarshalJSON ¶
func (Biscuit) MarshalText ¶ added in v0.0.3
func (Biscuit) MarshalXML ¶
func (*Biscuit) UnmarshalBSON ¶ added in v0.1.1
func (*Biscuit) UnmarshalGQL ¶
func (*Biscuit) UnmarshalJSON ¶
func (*Biscuit) UnmarshalText ¶ added in v0.0.3
func (*Biscuit) UnmarshalXML ¶
type Cookie ¶
type Cookie int
func AllCookies ¶
func AllCookies() []Cookie
func CookieFromString ¶
func (Cookie) MarshalBSONValue ¶ added in v0.1.1
func (Cookie) MarshalGQL ¶
func (Cookie) MarshalJSON ¶
func (Cookie) MarshalText ¶ added in v0.0.3
func (Cookie) MarshalXML ¶
func (*Cookie) UnmarshalBSON ¶ added in v0.1.1
func (*Cookie) UnmarshalGQL ¶
func (*Cookie) UnmarshalJSON ¶
func (*Cookie) UnmarshalText ¶ added in v0.0.3
func (*Cookie) UnmarshalXML ¶
Source Files
¶
- biscuit.go
- biscuit_enum.go
- biscuit_enum_marshal_bson.go
- biscuit_enum_marshal_ent.go
- biscuit_enum_marshal_gql.go
- biscuit_enum_marshal_json.go
- biscuit_enum_marshal_sql.go
- biscuit_enum_marshal_text.go
- biscuit_enum_marshal_xml.go
- cookie.go
- cookie_enum.go
- cookie_enum_marshal_bson.go
- cookie_enum_marshal_ent.go
- cookie_enum_marshal_gql.go
- cookie_enum_marshal_json.go
- cookie_enum_marshal_sql.go
- cookie_enum_marshal_text.go
- cookie_enum_marshal_xml.go
Directories
¶
Path | Synopsis |
---|---|
Code generated by go-enum, DO NOT EDIT.
|
Code generated by go-enum, DO NOT EDIT. |