Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataplaneSoftwareDetailsUpdate ¶ added in v2.24.0
type DataplaneSoftwareDetailsUpdate struct {
// contains filtered or unexported fields
}
DataplaneSoftwareDetailsUpdate is an internal payload meant to be used to send software detail updates
func NewDataplaneSoftwareDetailsUpdate ¶ added in v2.24.0
func NewDataplaneSoftwareDetailsUpdate(pluginName string, details *proto.DataplaneSoftwareDetails) *DataplaneSoftwareDetailsUpdate
NewDataplaneSoftwareDetailsUpdate returns a pointer to an instance of a DataplaneSoftwareDetailsUpdate object.
func (*DataplaneSoftwareDetailsUpdate) GetDataplaneSoftwareDetails ¶ added in v2.24.0
func (r *DataplaneSoftwareDetailsUpdate) GetDataplaneSoftwareDetails() *proto.DataplaneSoftwareDetails
func (*DataplaneSoftwareDetailsUpdate) GetPluginName ¶ added in v2.24.0
func (r *DataplaneSoftwareDetailsUpdate) GetPluginName() string
Click to show internal directories.
Click to hide internal directories.