Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChangeKindModified = "modified" ChangeKindDeleted = "deleted" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
Version `yaml:",inline"`
// contains filtered or unexported fields
}
func (*Control) ChangeKind ¶
func (c *Control) ChangeKind() ChangeKind
func (*Control) SetChangeKind ¶
func (c *Control) SetChangeKind(kind ChangeKind)
func (*Control) SetModTime ¶
Click to show internal directories.
Click to hide internal directories.