Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicEndpoint ¶
type PublicEndpoint struct { Service string ServiceID string Application string EpType string Protocol string Name string Enabled bool }
The vhost and port public endpoint structures are different, so we'll make a unified structure for output (both text and json) that matches the UI table. This is only needed for output, not for api commands.
func NewPublicEndpoint ¶
type ServicedCli ¶
type ServicedCli struct {
// contains filtered or unexported fields
}
ServicedCli is the client ui for serviced
func New ¶
func New(driver api.API, config utils.ConfigReader, logControl logging.LogControl) *ServicedCli
New instantiates a new command-line client
func (*ServicedCli) Run ¶
func (c *ServicedCli) Run(args []string)
Run builds the command-line interface for serviced and runs.
Click to show internal directories.
Click to hide internal directories.