Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RedisChannel - name of a channel for publishing the message to Redis RedisChannel = "autodeploy" // RepAutodeploy - name the repository on github.com RepAutodeploy = "autodeploy" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Secret string // Github hook Addr string // Run app Destroy string // Remove all data Ssl Ssl Telegram Telegram Repositories Repositories }
Config for the application
var Data *Config
Data - collected from the config file/.env/default
type Repositories ¶
type Repositories struct { Main Repository Docs Repository Websocket Repository }
Repositories this data from organization
type Repository ¶
Repository this data from org/rep
Click to show internal directories.
Click to hide internal directories.