Documentation ¶ Index ¶ type DiffResult type Doc func NewDoc(name string) (*Doc, error) func (d *Doc) Copy() Doc func (d *Doc) Diff(doc *Doc) DiffResult func (d *Doc) ToString() string func (d *Doc) Update(a *action.Action) error func (d *Doc) UpdateUsage(a *action.Action) error func (d *Doc) WriteToFile() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DiffResult ¶ type DiffResult struct { PrettyDiff string HasDiff bool } type Doc ¶ type Doc struct { // contains filtered or unexported fields } func NewDoc ¶ func NewDoc(name string) (*Doc, error) func (*Doc) Copy ¶ func (d *Doc) Copy() Doc func (*Doc) Diff ¶ func (d *Doc) Diff(doc *Doc) DiffResult func (*Doc) ToString ¶ func (d *Doc) ToString() string func (*Doc) Update ¶ func (d *Doc) Update(a *action.Action) error func (*Doc) UpdateUsage ¶ func (d *Doc) UpdateUsage(a *action.Action) error func (*Doc) WriteToFile ¶ func (d *Doc) WriteToFile() error Source Files ¶ View all Source files doc.gotable.gotoc.go Click to show internal directories. Click to hide internal directories.