Documentation
¶
Index ¶
Constants ¶
View Source
const ( TimeLayout = time.RFC3339 TimeLayoutName = "RFC3339" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FloatArray ¶ added in v0.19.0
type FloatArray []float64
func (*FloatArray) Set ¶ added in v0.19.0
func (a *FloatArray) Set(s string) error
func (FloatArray) String ¶ added in v0.19.0
func (a FloatArray) String() string
func (FloatArray) Type ¶ added in v0.19.0
func (a FloatArray) Type() string
type TimeValue ¶
type TimeValue struct {
// contains filtered or unexported fields
}
TimeValue is a custom pflag.Value implementation for time.Time that provides a better formatted error message using time.RFC3339 layout.
Click to show internal directories.
Click to hide internal directories.