Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GearPath = "/var/lib/gear/" GearBuildPath = filepath.Join(GearPath, "build") GearGzipPath = filepath.Join(GearPath, "gzip") GearStoragePath = filepath.Join(GearPath, "storage") )
View Source
var AccessedFiles []string
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor struct { MonitorIp string MonitorPort string RegistryIp string RegistryPort string ManagerIp string ManagerPort string Server *echo.Echo Ctx context.Context Client *client.Client HMutex sync.Mutex HaveBeenBuild map[string][]string TMutex sync.RWMutex ToBeBuild map[string][]string NoCleanUp bool }
func InitMonitor ¶
Click to show internal directories.
Click to hide internal directories.