Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientService ¶
type ClientService struct { Name string Iface string Namespace string // contains filtered or unexported fields }
func NewService ¶
func NewService(iface string, namespace string, z *zinit.Client) ClientService
func (ClientService) Create ¶
func (s ClientService) Create() error
func (ClientService) Destroy ¶
func (s ClientService) Destroy() error
func (ClientService) DestroyOlderService ¶
func (s ClientService) DestroyOlderService() error
func (ClientService) IsUsingOlderClient ¶
func (s ClientService) IsUsingOlderClient() bool
func (ClientService) Start ¶
func (s ClientService) Start() error
func (ClientService) Stop ¶
func (s ClientService) Stop() error
Click to show internal directories.
Click to hide internal directories.