customflag

package
v0.0.0-...-2dc6276 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlagBool

type FlagBool sql.NullBool

func (FlagBool) Set

func (e FlagBool) Set(val string) error

Set must have pointer receiver so it doesn't change the value of a copy

func (FlagBool) String

func (e FlagBool) String() string

implement flag Value

func (FlagBool) Type

func (e FlagBool) Type() string

Type is only used in help text

type FlagJsonMap

type FlagJsonMap map[string]interface{}

func (*FlagJsonMap) Set

func (s *FlagJsonMap) Set(val string) error

func (*FlagJsonMap) String

func (s *FlagJsonMap) String() string

func (*FlagJsonMap) Type

func (s *FlagJsonMap) Type() string

type FlagJsonSliceMap

type FlagJsonSliceMap []FlagJsonMap

func (*FlagJsonSliceMap) Set

func (s *FlagJsonSliceMap) Set(val string) error

func (*FlagJsonSliceMap) String

func (s *FlagJsonSliceMap) String() string

func (*FlagJsonSliceMap) Type

func (s *FlagJsonSliceMap) Type() string

type FlagPath

type FlagPath string

func (*FlagPath) Set

func (e *FlagPath) Set(val string) error

Set must have pointer receiver so it doesn't change the value of a copy

func (*FlagPath) String

func (e *FlagPath) String() string

implement flag Value

func (*FlagPath) Type

func (e *FlagPath) Type() string

Type is only used in help text

Jump to

Keyboard shortcuts

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