survey

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	ID        uint
	Name      string
	Body      string
	Type      string
	Label     string
	Value     string
	SortOrder int
	Form      Form
	UpdatedAt time.Time
	CreatedAt time.Time
	// contains filtered or unexported fields
}

Field field

type Form

type Form struct {
	ID        uint
	Deadline  time.Time
	Title     string
	Body      string
	Type      string
	UpdatedAt time.Time
	CreatedAt time.Time
	// contains filtered or unexported fields
}

Form form

func (*Form) Expire

func (p *Form) Expire() bool

Expire expire?

type Record

type Record struct {
	ID        uint
	Value     string
	Form      Form
	UpdatedAt time.Time
	CreatedAt time.Time
	// contains filtered or unexported fields
}

Record record

Jump to

Keyboard shortcuts

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