Documentation ¶ Index ¶ type Config type Storage func New(config Config) (*Storage, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Association *association.Association Logger logger.Interface Permission permission.Gateway Redigo redigo.Interface Rescue rescue.Interface } type Storage ¶ type Storage struct { Invite *invite.Invite Message *message.Message Role *role.Role TexUpd *texupd.TexUpd Timeline *timeline.Timeline Update *update.Update User *user.User Venture *venture.Venture } func New ¶ func New(config Config) (*Storage, error) Source Files ¶ View all Source files storage.go Directories ¶ Show internal Expand all Path Synopsis invite creator deleter searcher updater message creator deleter searcher updater role creator deleter searcher updater texupd creator deleter updater timeline creator deleter searcher updater update searcher user creator deleter searcher updater venture creator deleter searcher updater Click to show internal directories. Click to hide internal directories.