Documentation
¶
Index ¶
- Constants
- func As[T any](data interface{}) (T, error)
- type Ret
- func (r *Ret) By(key string, value interface{}) *Ret
- func (r *Ret) Delete(key string) *Ret
- func (r *Ret) Fail() *Ret
- func (r *Ret) Get(key string) interface{}
- func (r *Ret) IsOk() bool
- func (r *Ret) Ok() *Ret
- func (r *Ret) Set(key string, value interface{}) *Ret
- func (r *Ret) ToJSON() (string, error)
Constants ¶
View Source
const ( StateOk = true StateFail = false )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.