injopts

package
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2024 License: MIT Imports: 1 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL