types

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeepStringMapFlag

type DeepStringMapFlag struct {
	// contains filtered or unexported fields
}

func (*DeepStringMapFlag) Get

func (d *DeepStringMapFlag) Get() map[string]map[string]string

func (*DeepStringMapFlag) Set

func (d *DeepStringMapFlag) Set(value string) error

func (*DeepStringMapFlag) String

func (d *DeepStringMapFlag) String() string

type MapFlag

type MapFlag struct {
	// contains filtered or unexported fields
}

func (*MapFlag) Get

func (m *MapFlag) Get() map[string]string

func (*MapFlag) Set

func (m *MapFlag) Set(value string) error

func (*MapFlag) String

func (m *MapFlag) String() string

type StringMapFlag

type StringMapFlag struct {
	// contains filtered or unexported fields
}

func (*StringMapFlag) Get

func (s *StringMapFlag) Get() map[string]string

func (*StringMapFlag) Set

func (s *StringMapFlag) Set(value string) error

func (*StringMapFlag) String

func (s *StringMapFlag) String() string

type StringSliceFlag

type StringSliceFlag struct {
	// contains filtered or unexported fields
}

StringSliceFlag is a flag type which support comma separated values and escaping to not split at unwanted lines.

func (*StringSliceFlag) Get

func (s *StringSliceFlag) Get() []string

func (*StringSliceFlag) Set

func (s *StringSliceFlag) Set(value string) error

func (*StringSliceFlag) String

func (s *StringSliceFlag) String() string

Jump to

Keyboard shortcuts

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