Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consul ¶
type Consul struct { /*Service - Descr: Name for advertising/discovering this service over consul Default: vm-node */ Service *Service `yaml:"service,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Service ¶
type Service struct {
/*Name - Descr: Name for advertising/discovering this service over consul Default: vm-node
*/
Name interface{} `yaml:"name,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type VmConsulJob ¶
type VmConsulJob struct { /*Consul - Descr: Name for advertising/discovering this service over consul Default: vm-node */ Consul *Consul `yaml:"consul,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.