Documentation ¶
Overview ¶
Package multivaluemode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Min = MultiValueMode{"min"} Max = MultiValueMode{"max"} Avg = MultiValueMode{"avg"} Sum = MultiValueMode{"sum"} )
Functions ¶
This section is empty.
Types ¶
type MultiValueMode ¶
type MultiValueMode struct {
// contains filtered or unexported fields
}
func (MultiValueMode) MarshalText ¶
func (m MultiValueMode) MarshalText() (text []byte, err error)
func (MultiValueMode) String ¶
func (m MultiValueMode) String() string
func (*MultiValueMode) UnmarshalText ¶
func (m *MultiValueMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.