Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterWithDataplaneSoftwareDetailsPayload ¶
type RegisterWithDataplaneSoftwareDetailsPayload struct {
// contains filtered or unexported fields
}
RegisterWithDataplaneSoftwareDetailsPayload is an internal payload meant to be used as part of registration when there are plugins reporting software details.
func NewRegisterWithDataplaneSoftwareDetailsPayload ¶
func NewRegisterWithDataplaneSoftwareDetailsPayload(details map[string]*proto.DataplaneSoftwareDetails) *RegisterWithDataplaneSoftwareDetailsPayload
NewRegisterWithDataplaneSoftwareDetailsPayload returns a pointer to an instance of a RegisterWithDataplaneSoftwareDetailsPayload object.
func (*RegisterWithDataplaneSoftwareDetailsPayload) AddDataplaneSoftwareDetails ¶
func (p *RegisterWithDataplaneSoftwareDetailsPayload) AddDataplaneSoftwareDetails(pluginName string, details *proto.DataplaneSoftwareDetails)
AddDataplaneSoftwareDetails adds the dataplane software details passed into the function to the dataplane software details map object that has been sent as part of the payload.
Click to show internal directories.
Click to hide internal directories.