action

package
v0.0.0-...-ec9f9a4 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2014 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidId       = errors.New("invalid id")
	ErrInvalidFilename = errors.New("invalid filename")
	ErrInvalidFloat    = errors.New("invalid float")
	ErrInvalidTimeSpan = errors.New("invalid timeSpan")
)

Functions

This section is empty.

Types

type A

type A interface {
	IsValid() error
}

type Float

type Float struct {
	Str    string
	Native float64
}

Generics

func (*Float) Parse

func (f *Float) Parse() error

type Id

type Id struct {
	Str    string
	Native datatype.Id
}

Ids

func (*Id) Parse

func (p *Id) Parse() error

type TimeSpan

type TimeSpan struct {
	Str   string
	Hours uint64
	Mins  uint64
}

Generics

func (*TimeSpan) Parse

func (t *TimeSpan) Parse() error

Jump to

Keyboard shortcuts

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