Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelResponse ¶
type ChannelResponse struct {
ID string `json:"id"`
}
type ChannelsConfiguration ¶
type ClientResponse ¶
type ClientResponse struct { UserResponse []*UserResponse ChannelResponse []*ChannelResponse DMResponse *ChannelResponse GMResponse *ChannelResponse }
type Config ¶
type Config struct { ConnectionConfiguration ConnectionConfiguration UsersConfiguration []UsersConfiguration ChannelsConfiguration []ChannelsConfiguration PostsConfiguration PostsConfiguration }
func (*Config) IsChannelsConfigurationValid ¶
func (*Config) IsConnectionConfigurationValid ¶
func (*Config) IsUsersConfigurationValid ¶
type ConnectionConfiguration ¶
type PostsConfiguration ¶
type UserResponse ¶
type UsersConfiguration ¶
Click to show internal directories.
Click to hide internal directories.