Documentation ¶ Index ¶ Constants type Tracker func New() *Tracker func (t *Tracker) ErrorAt(index int) string func (t *Tracker) HasError() bool func (t *Tracker) HasErrorAt(index int) bool func (t *Tracker) SetError(index int, msg string) Constants ¶ View Source const ( IndexTempl = 0 IndexGoBuild = 1 ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tracker ¶ type Tracker struct { // contains filtered or unexported fields } func New ¶ func New() *Tracker func (*Tracker) ErrorAt ¶ func (t *Tracker) ErrorAt(index int) string func (*Tracker) HasError ¶ func (t *Tracker) HasError() bool func (*Tracker) HasErrorAt ¶ func (t *Tracker) HasErrorAt(index int) bool func (*Tracker) SetError ¶ func (t *Tracker) SetError(index int, msg string) Source Files ¶ View all Source files state.go Click to show internal directories. Click to hide internal directories.