Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnsureOption ¶ added in v0.0.6
type Ensurer ¶
type Ensurer[V any] interface { Ensure(ctx context.Context, value V, options ...EnsureOption[V]) (V, error) }
type File ¶
type Hash ¶
type Hash int64
func StringHash ¶
func (Hash) MarshalJSON ¶
func (Hash) MarshalText ¶
func (Hash) PrepareJSONSchema ¶
func (*Hash) UnmarshalJSON ¶
func (*Hash) UnmarshalText ¶
type Head ¶
type Head struct { Time Hash Hash `db:"hash" formType:"hidden" json:"hash" description:"Unique hash value." title:"ImageHash Id"` }
func (*Head) CreatedAtPtr ¶
func (*Head) GetCreatedAt ¶
func (*Head) SetCreatedAt ¶
Click to show internal directories.
Click to hide internal directories.