Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Config ¶
type Inform ¶
type Inform struct {
// contains filtered or unexported fields
}
func (*Inform) Handle ¶
type Options ¶
type Options struct {
Prefix string
}
Options represent user-configurable values, which are used in processing commands and formatting output.
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
type Story ¶
type Story struct { Name string // The user-provided name for the story. AuthorID string // The author ID, corSayTemplates to Author.ID. CreatedAt time.Time // The UTC timestamp this story was first added on. UpdatedAt time.Time // The UTC timestamp this story was last updated on. // Source and compiled Z-Code for story. Source []byte Build []byte }
Click to show internal directories.
Click to hide internal directories.