Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LcmLocalPort exposes the port that is used if we run with DNS disabled LcmLocalPort = 30002 // LcmLocalAddress exposes the local address that is used if we run with DNS disabled LcmLocalAddress = ":30002" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LcmClient ¶
type LcmClient interface { Client() service.LifecycleManagerClient Close() error }
LcmClient is a client interface for interacting with the LCM service.
Click to show internal directories.
Click to hide internal directories.