Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History struct {
Messages []string `json:"messages"`
// contains filtered or unexported fields
}
func (*History) LatestMatch ¶ added in v1.9.11
LatestMatch returns the most recent history entry that extends the provided prefix, or the latest message when no prefix is supplied.
Click to show internal directories.
Click to hide internal directories.