Documentation ¶
Index ¶
- type AppOptions
- func (o *AppOptions) CoreID() uint64
- func (o *AppOptions) Hostname() string
- func (o *AppOptions) MaxJobs() int
- func (o *AppOptions) RedisPassword() string
- func (o *AppOptions) RedisSocket() string
- func (o *AppOptions) ReplyTo() string
- func (o *AppOptions) Validate() []error
- func (o *AppOptions) Version() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppOptions ¶
type AppOptions struct {
// contains filtered or unexported fields
}
var Options AppOptions
func (*AppOptions) CoreID ¶
func (o *AppOptions) CoreID() uint64
func (*AppOptions) Hostname ¶ added in v0.10.0
func (o *AppOptions) Hostname() string
func (*AppOptions) MaxJobs ¶
func (o *AppOptions) MaxJobs() int
func (*AppOptions) RedisPassword ¶
func (o *AppOptions) RedisPassword() string
func (*AppOptions) RedisSocket ¶
func (o *AppOptions) RedisSocket() string
func (*AppOptions) ReplyTo ¶
func (o *AppOptions) ReplyTo() string
func (*AppOptions) Validate ¶
func (o *AppOptions) Validate() []error
func (*AppOptions) Version ¶ added in v1.0.0
func (o *AppOptions) Version() bool
Click to show internal directories.
Click to hide internal directories.