formats

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// RFC3339PartialTime is partial-time format as described in RFC3339
	// https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14
	RFC3339PartialTime = "15:04:05"
)

Variables

This section is empty.

Functions

func IsPartialTime

func IsPartialTime(value string) bool

IsPartialTime returns true when the string is a valid partial time.

Types

type PartialTime

type PartialTime time.Time

PartialTime represents a partial-time defined in RFC3339.

swagger:strfmt partial-time

func (PartialTime) MarshalText

func (pt PartialTime) MarshalText() (text []byte, err error)

MarshalText implements encoding.TextMarshaler

func (PartialTime) String

func (pt PartialTime) String() string

String implements fmt.Stringer

func (*PartialTime) UnmarshalText

func (pt *PartialTime) UnmarshalText(text []byte) error

UnmarshalText implements encoding.TextUnmarshaler

Jump to

Keyboard shortcuts

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