Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetRunLevel ¶
func SetServiceRunLevels ¶
Types ¶
type Service ¶
type Service struct { Id string `cf:"provisioned_service" key:"Id"` ServiceName string `name:"servicename"` ServiceVersion uint64 `name:"serviceversion"` MachineClass string `name:"machineclass"` NoFileSoftLimit uint64 `name:"nofilesoftlimit"` NoFileHardLimit uint64 `name:"nofilehardlimit"` ServiceType uint64 `name:"servicetype"` }
func Provisioned ¶
type ServiceRunLevels ¶
func ReadServiceRunLevel ¶
func ReadServiceRunLevel(serviceName string) (*ServiceRunLevels, error)
func ReadServiceRunLevels ¶
func ReadServiceRunLevels() ([]*ServiceRunLevels, error)
Click to show internal directories.
Click to hide internal directories.