Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfOption ¶
type CacheConfOption uint8
const ( CacheOptAllowOverride CacheConfOption = 1 << iota CacheOptReturnAll CacheOptNone CacheConfOption = 0 )
func (CacheConfOption) Is ¶
func (opt CacheConfOption) Is(check CacheConfOption) bool
type KeyGenOption ¶
type KeyGenOption uint8
const ( KeyOptNone KeyGenOption = 0b0000 KeyOptGenerifyInterface KeyGenOption = 0b0001 KeyOptUseReflectionType KeyGenOption = 0b0010 KeyOptIgnorePointer KeyGenOption = 0b0100 )
func KeyOptsFromStruct ¶
func KeyOptsFromStruct(options types.ReflectionOptions) (result KeyGenOption)
Click to show internal directories.
Click to hide internal directories.