flagext

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2020 License: Apache-2.0 Imports: 8 Imported by: 48

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteSize added in v1.4.0

type ByteSize uint64

ByteSize is a flag parsing compatibility type for constructing human friendly sizes. It implements flag.Value & flag.Getter.

func (ByteSize) Get added in v1.4.0

func (bs ByteSize) Get() interface{}

func (*ByteSize) Set added in v1.4.0

func (bs *ByteSize) Set(s string) error

func (ByteSize) String added in v1.4.0

func (bs ByteSize) String() string

func (*ByteSize) UnmarshalYAML added in v1.4.0

func (bs *ByteSize) UnmarshalYAML(unmarshal func(interface{}) error) error

/ UnmarshalYAML the Unmarshaler interface of the yaml pkg.

func (ByteSize) Val added in v1.4.0

func (bs ByteSize) Val() int

type LabelSet

type LabelSet struct {
	model.LabelSet `yaml:",inline"`
}

LabelSet is a labelSet that can be used as a flag.

func (LabelSet) MarshalYAML added in v1.5.0

func (v LabelSet) MarshalYAML() (interface{}, error)

MarshalYAML implements yaml.Marshaller.

func (*LabelSet) Set

func (v *LabelSet) Set(s string) error

Set implements flag.Value

func (LabelSet) String

func (v LabelSet) String() string

String implements flag.Value Format: a=1,b=2

func (*LabelSet) UnmarshalYAML

func (v *LabelSet) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML the Unmarshaler interface of the yaml pkg.

Jump to

Keyboard shortcuts

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