Documentation
¶
Index ¶
Constants ¶
View Source
const SeedVersion = "fakeco.seed.v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelManifest ¶
type Manifest ¶
type Manifest struct {
Version string `json:"version"`
Workspace store.Workspace `json:"workspace"`
Users []UserManifest `json:"users"`
Channels []ChannelManifest `json:"channels"`
MessageIDs map[string]string `json:"message_ids"`
}
Click to show internal directories.
Click to hide internal directories.