Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSdsStreamClient ¶
func CreateSdsStreamClient(config interface{}) (sds.SdsStreamClient, error)
Types ¶
type SdsStreamClientImpl ¶
type SdsStreamClientImpl struct {
// contains filtered or unexported fields
}
func (*SdsStreamClientImpl) AckResponse ¶
func (sc *SdsStreamClientImpl) AckResponse(resp *xdsapi.DiscoveryResponse) error
func (*SdsStreamClientImpl) Recv ¶
func (sc *SdsStreamClientImpl) Recv(provider types.SecretProvider, callback func()) error
func (*SdsStreamClientImpl) Send ¶
func (sc *SdsStreamClientImpl) Send(name string) error
func (*SdsStreamClientImpl) Stop ¶
func (sc *SdsStreamClientImpl) Stop()
type SdsStreamConfig ¶
type SdsStreamConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.