Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupervisorIndex = SupervisorIndexParam(-1)
SupervisorIndex contains supervisord incremental worker index
Functions ¶
This section is empty.
Types ¶
type HostParam ¶
type HostParam string
HostParam contains current hostname
var Host HostParam
Host contains param for host
type InstanceIDParam ¶
type InstanceIDParam string
InstanceIDParam contains current application unique id
var InstanceID InstanceIDParam
InstanceID contains RayID, that should be unchanged during program execution
func (InstanceIDParam) GetKey ¶
func (r InstanceIDParam) GetKey() string
GetKey is slf.Param implementation
func (InstanceIDParam) GetRaw ¶
func (r InstanceIDParam) GetRaw() interface{}
GetRaw is slf.Param implementation
func (InstanceIDParam) String ¶
func (r InstanceIDParam) String() string
type PIDParam ¶
type PIDParam int
PIDParam contains current PID
var PID PIDParam
PID contains PID param
type RayID ¶
type RayID string
RayID contains unique id for process identification
type SupervisorIndexParam ¶
type SupervisorIndexParam int
SupervisorIndexParam is incremental index of worker under supervisord, if it started under it
func (SupervisorIndexParam) GetKey ¶
func (r SupervisorIndexParam) GetKey() string
GetKey is slf.Param implementation
func (SupervisorIndexParam) GetRaw ¶
func (r SupervisorIndexParam) GetRaw() interface{}
GetRaw is slf.Param implementation
func (SupervisorIndexParam) String ¶
func (r SupervisorIndexParam) String() string
Click to show internal directories.
Click to hide internal directories.