Documentation
¶
Overview ¶
Package serverpb provides matchbox message types.
Package serverpb is a generated protocol buffer package.
It is generated from these files:
messages.proto
It has these top-level messages:
SelectGroupRequest SelectGroupResponse SelectProfileRequest SelectProfileResponse GroupPutRequest GroupPutResponse GroupGetRequest GroupGetResponse GroupDeleteRequest GroupDeleteResponse GroupListRequest GroupListResponse ProfilePutRequest ProfilePutResponse ProfileGetRequest ProfileGetResponse ProfileDeleteRequest ProfileDeleteResponse ProfileListRequest ProfileListResponse IgnitionPutRequest IgnitionPutResponse IgnitionGetRequest IgnitionGetResponse IgnitionDeleteRequest IgnitionDeleteResponse GenericPutRequest GenericPutResponse GenericGetRequest GenericGetResponse GenericDeleteRequest GenericDeleteResponse
Index ¶
- type GenericDeleteRequest
- type GenericDeleteResponse
- type GenericGetRequest
- type GenericGetResponse
- type GenericPutRequest
- type GenericPutResponse
- type GroupDeleteRequest
- type GroupDeleteResponse
- type GroupGetRequest
- type GroupGetResponse
- type GroupListRequest
- type GroupListResponse
- type GroupPutRequest
- type GroupPutResponse
- type IgnitionDeleteRequest
- type IgnitionDeleteResponse
- type IgnitionGetRequest
- type IgnitionGetResponse
- type IgnitionPutRequest
- type IgnitionPutResponse
- type ProfileDeleteRequest
- type ProfileDeleteResponse
- type ProfileGetRequest
- type ProfileGetResponse
- type ProfileListRequest
- type ProfileListResponse
- type ProfilePutRequest
- type ProfilePutResponse
- type SelectGroupRequest
- type SelectGroupResponse
- type SelectProfileRequest
- type SelectProfileResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericDeleteRequest ¶ added in v0.7.0
type GenericDeleteRequest struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*GenericDeleteRequest) Descriptor ¶ added in v0.7.0
func (*GenericDeleteRequest) Descriptor() ([]byte, []int)
func (*GenericDeleteRequest) GetName ¶ added in v0.7.0
func (m *GenericDeleteRequest) GetName() string
func (*GenericDeleteRequest) ProtoMessage ¶ added in v0.7.0
func (*GenericDeleteRequest) ProtoMessage()
func (*GenericDeleteRequest) Reset ¶ added in v0.7.0
func (m *GenericDeleteRequest) Reset()
func (*GenericDeleteRequest) String ¶ added in v0.7.0
func (m *GenericDeleteRequest) String() string
type GenericDeleteResponse ¶ added in v0.7.0
type GenericDeleteResponse struct { }
func (*GenericDeleteResponse) Descriptor ¶ added in v0.7.0
func (*GenericDeleteResponse) Descriptor() ([]byte, []int)
func (*GenericDeleteResponse) ProtoMessage ¶ added in v0.7.0
func (*GenericDeleteResponse) ProtoMessage()
func (*GenericDeleteResponse) Reset ¶ added in v0.7.0
func (m *GenericDeleteResponse) Reset()
func (*GenericDeleteResponse) String ¶ added in v0.7.0
func (m *GenericDeleteResponse) String() string
type GenericGetRequest ¶ added in v0.7.0
type GenericGetRequest struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*GenericGetRequest) Descriptor ¶ added in v0.7.0
func (*GenericGetRequest) Descriptor() ([]byte, []int)
func (*GenericGetRequest) GetName ¶ added in v0.7.0
func (m *GenericGetRequest) GetName() string
func (*GenericGetRequest) ProtoMessage ¶ added in v0.7.0
func (*GenericGetRequest) ProtoMessage()
func (*GenericGetRequest) Reset ¶ added in v0.7.0
func (m *GenericGetRequest) Reset()
func (*GenericGetRequest) String ¶ added in v0.7.0
func (m *GenericGetRequest) String() string
type GenericGetResponse ¶ added in v0.7.0
type GenericGetResponse struct {
Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
}
func (*GenericGetResponse) Descriptor ¶ added in v0.7.0
func (*GenericGetResponse) Descriptor() ([]byte, []int)
func (*GenericGetResponse) GetConfig ¶ added in v0.7.0
func (m *GenericGetResponse) GetConfig() []byte
func (*GenericGetResponse) ProtoMessage ¶ added in v0.7.0
func (*GenericGetResponse) ProtoMessage()
func (*GenericGetResponse) Reset ¶ added in v0.7.0
func (m *GenericGetResponse) Reset()
func (*GenericGetResponse) String ¶ added in v0.7.0
func (m *GenericGetResponse) String() string
type GenericPutRequest ¶ added in v0.7.0
type GenericPutRequest struct { Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Config []byte `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` }
func (*GenericPutRequest) Descriptor ¶ added in v0.7.0
func (*GenericPutRequest) Descriptor() ([]byte, []int)
func (*GenericPutRequest) GetConfig ¶ added in v0.7.0
func (m *GenericPutRequest) GetConfig() []byte
func (*GenericPutRequest) GetName ¶ added in v0.7.0
func (m *GenericPutRequest) GetName() string
func (*GenericPutRequest) ProtoMessage ¶ added in v0.7.0
func (*GenericPutRequest) ProtoMessage()
func (*GenericPutRequest) Reset ¶ added in v0.7.0
func (m *GenericPutRequest) Reset()
func (*GenericPutRequest) String ¶ added in v0.7.0
func (m *GenericPutRequest) String() string
type GenericPutResponse ¶ added in v0.7.0
type GenericPutResponse struct { }
func (*GenericPutResponse) Descriptor ¶ added in v0.7.0
func (*GenericPutResponse) Descriptor() ([]byte, []int)
func (*GenericPutResponse) ProtoMessage ¶ added in v0.7.0
func (*GenericPutResponse) ProtoMessage()
func (*GenericPutResponse) Reset ¶ added in v0.7.0
func (m *GenericPutResponse) Reset()
func (*GenericPutResponse) String ¶ added in v0.7.0
func (m *GenericPutResponse) String() string
type GroupDeleteRequest ¶ added in v0.6.0
type GroupDeleteRequest struct {
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
}
func (*GroupDeleteRequest) Descriptor ¶ added in v0.6.0
func (*GroupDeleteRequest) Descriptor() ([]byte, []int)
func (*GroupDeleteRequest) GetId ¶ added in v0.6.0
func (m *GroupDeleteRequest) GetId() string
func (*GroupDeleteRequest) ProtoMessage ¶ added in v0.6.0
func (*GroupDeleteRequest) ProtoMessage()
func (*GroupDeleteRequest) Reset ¶ added in v0.6.0
func (m *GroupDeleteRequest) Reset()
func (*GroupDeleteRequest) String ¶ added in v0.6.0
func (m *GroupDeleteRequest) String() string
type GroupDeleteResponse ¶ added in v0.6.0
type GroupDeleteResponse struct { }
func (*GroupDeleteResponse) Descriptor ¶ added in v0.6.0
func (*GroupDeleteResponse) Descriptor() ([]byte, []int)
func (*GroupDeleteResponse) ProtoMessage ¶ added in v0.6.0
func (*GroupDeleteResponse) ProtoMessage()
func (*GroupDeleteResponse) Reset ¶ added in v0.6.0
func (m *GroupDeleteResponse) Reset()
func (*GroupDeleteResponse) String ¶ added in v0.6.0
func (m *GroupDeleteResponse) String() string
type GroupGetRequest ¶
type GroupGetRequest struct {
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
}
func (*GroupGetRequest) Descriptor ¶
func (*GroupGetRequest) Descriptor() ([]byte, []int)
func (*GroupGetRequest) GetId ¶
func (m *GroupGetRequest) GetId() string
func (*GroupGetRequest) ProtoMessage ¶
func (*GroupGetRequest) ProtoMessage()
func (*GroupGetRequest) Reset ¶
func (m *GroupGetRequest) Reset()
func (*GroupGetRequest) String ¶
func (m *GroupGetRequest) String() string
type GroupGetResponse ¶
type GroupGetResponse struct {
Group *storagepb.Group `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
}
func (*GroupGetResponse) Descriptor ¶
func (*GroupGetResponse) Descriptor() ([]byte, []int)
func (*GroupGetResponse) GetGroup ¶
func (m *GroupGetResponse) GetGroup() *storagepb.Group
func (*GroupGetResponse) ProtoMessage ¶
func (*GroupGetResponse) ProtoMessage()
func (*GroupGetResponse) Reset ¶
func (m *GroupGetResponse) Reset()
func (*GroupGetResponse) String ¶
func (m *GroupGetResponse) String() string
type GroupListRequest ¶
type GroupListRequest struct { }
func (*GroupListRequest) Descriptor ¶
func (*GroupListRequest) Descriptor() ([]byte, []int)
func (*GroupListRequest) ProtoMessage ¶
func (*GroupListRequest) ProtoMessage()
func (*GroupListRequest) Reset ¶
func (m *GroupListRequest) Reset()
func (*GroupListRequest) String ¶
func (m *GroupListRequest) String() string
type GroupListResponse ¶
type GroupListResponse struct {
Groups []*storagepb.Group `protobuf:"bytes,1,rep,name=groups" json:"groups,omitempty"`
}
func (*GroupListResponse) Descriptor ¶
func (*GroupListResponse) Descriptor() ([]byte, []int)
func (*GroupListResponse) GetGroups ¶
func (m *GroupListResponse) GetGroups() []*storagepb.Group
func (*GroupListResponse) ProtoMessage ¶
func (*GroupListResponse) ProtoMessage()
func (*GroupListResponse) Reset ¶
func (m *GroupListResponse) Reset()
func (*GroupListResponse) String ¶
func (m *GroupListResponse) String() string
type GroupPutRequest ¶
type GroupPutRequest struct {
Group *storagepb.Group `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
}
func (*GroupPutRequest) Descriptor ¶
func (*GroupPutRequest) Descriptor() ([]byte, []int)
func (*GroupPutRequest) GetGroup ¶
func (m *GroupPutRequest) GetGroup() *storagepb.Group
func (*GroupPutRequest) ProtoMessage ¶
func (*GroupPutRequest) ProtoMessage()
func (*GroupPutRequest) Reset ¶
func (m *GroupPutRequest) Reset()
func (*GroupPutRequest) String ¶
func (m *GroupPutRequest) String() string
type GroupPutResponse ¶
type GroupPutResponse struct { }
func (*GroupPutResponse) Descriptor ¶
func (*GroupPutResponse) Descriptor() ([]byte, []int)
func (*GroupPutResponse) ProtoMessage ¶
func (*GroupPutResponse) ProtoMessage()
func (*GroupPutResponse) Reset ¶
func (m *GroupPutResponse) Reset()
func (*GroupPutResponse) String ¶
func (m *GroupPutResponse) String() string
type IgnitionDeleteRequest ¶ added in v0.6.0
type IgnitionDeleteRequest struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*IgnitionDeleteRequest) Descriptor ¶ added in v0.6.0
func (*IgnitionDeleteRequest) Descriptor() ([]byte, []int)
func (*IgnitionDeleteRequest) GetName ¶ added in v0.6.0
func (m *IgnitionDeleteRequest) GetName() string
func (*IgnitionDeleteRequest) ProtoMessage ¶ added in v0.6.0
func (*IgnitionDeleteRequest) ProtoMessage()
func (*IgnitionDeleteRequest) Reset ¶ added in v0.6.0
func (m *IgnitionDeleteRequest) Reset()
func (*IgnitionDeleteRequest) String ¶ added in v0.6.0
func (m *IgnitionDeleteRequest) String() string
type IgnitionDeleteResponse ¶ added in v0.6.0
type IgnitionDeleteResponse struct { }
func (*IgnitionDeleteResponse) Descriptor ¶ added in v0.6.0
func (*IgnitionDeleteResponse) Descriptor() ([]byte, []int)
func (*IgnitionDeleteResponse) ProtoMessage ¶ added in v0.6.0
func (*IgnitionDeleteResponse) ProtoMessage()
func (*IgnitionDeleteResponse) Reset ¶ added in v0.6.0
func (m *IgnitionDeleteResponse) Reset()
func (*IgnitionDeleteResponse) String ¶ added in v0.6.0
func (m *IgnitionDeleteResponse) String() string
type IgnitionGetRequest ¶ added in v0.6.0
type IgnitionGetRequest struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*IgnitionGetRequest) Descriptor ¶ added in v0.6.0
func (*IgnitionGetRequest) Descriptor() ([]byte, []int)
func (*IgnitionGetRequest) GetName ¶ added in v0.6.0
func (m *IgnitionGetRequest) GetName() string
func (*IgnitionGetRequest) ProtoMessage ¶ added in v0.6.0
func (*IgnitionGetRequest) ProtoMessage()
func (*IgnitionGetRequest) Reset ¶ added in v0.6.0
func (m *IgnitionGetRequest) Reset()
func (*IgnitionGetRequest) String ¶ added in v0.6.0
func (m *IgnitionGetRequest) String() string
type IgnitionGetResponse ¶ added in v0.6.0
type IgnitionGetResponse struct {
Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
}
func (*IgnitionGetResponse) Descriptor ¶ added in v0.6.0
func (*IgnitionGetResponse) Descriptor() ([]byte, []int)
func (*IgnitionGetResponse) GetConfig ¶ added in v0.6.0
func (m *IgnitionGetResponse) GetConfig() []byte
func (*IgnitionGetResponse) ProtoMessage ¶ added in v0.6.0
func (*IgnitionGetResponse) ProtoMessage()
func (*IgnitionGetResponse) Reset ¶ added in v0.6.0
func (m *IgnitionGetResponse) Reset()
func (*IgnitionGetResponse) String ¶ added in v0.6.0
func (m *IgnitionGetResponse) String() string
type IgnitionPutRequest ¶
type IgnitionPutRequest struct { Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Config []byte `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` }
func (*IgnitionPutRequest) Descriptor ¶
func (*IgnitionPutRequest) Descriptor() ([]byte, []int)
func (*IgnitionPutRequest) GetConfig ¶
func (m *IgnitionPutRequest) GetConfig() []byte
func (*IgnitionPutRequest) GetName ¶
func (m *IgnitionPutRequest) GetName() string
func (*IgnitionPutRequest) ProtoMessage ¶
func (*IgnitionPutRequest) ProtoMessage()
func (*IgnitionPutRequest) Reset ¶
func (m *IgnitionPutRequest) Reset()
func (*IgnitionPutRequest) String ¶
func (m *IgnitionPutRequest) String() string
type IgnitionPutResponse ¶
type IgnitionPutResponse struct { }
func (*IgnitionPutResponse) Descriptor ¶
func (*IgnitionPutResponse) Descriptor() ([]byte, []int)
func (*IgnitionPutResponse) ProtoMessage ¶
func (*IgnitionPutResponse) ProtoMessage()
func (*IgnitionPutResponse) Reset ¶
func (m *IgnitionPutResponse) Reset()
func (*IgnitionPutResponse) String ¶
func (m *IgnitionPutResponse) String() string
type ProfileDeleteRequest ¶ added in v0.6.0
type ProfileDeleteRequest struct {
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
}
func (*ProfileDeleteRequest) Descriptor ¶ added in v0.6.0
func (*ProfileDeleteRequest) Descriptor() ([]byte, []int)
func (*ProfileDeleteRequest) GetId ¶ added in v0.6.0
func (m *ProfileDeleteRequest) GetId() string
func (*ProfileDeleteRequest) ProtoMessage ¶ added in v0.6.0
func (*ProfileDeleteRequest) ProtoMessage()
func (*ProfileDeleteRequest) Reset ¶ added in v0.6.0
func (m *ProfileDeleteRequest) Reset()
func (*ProfileDeleteRequest) String ¶ added in v0.6.0
func (m *ProfileDeleteRequest) String() string
type ProfileDeleteResponse ¶ added in v0.6.0
type ProfileDeleteResponse struct { }
func (*ProfileDeleteResponse) Descriptor ¶ added in v0.6.0
func (*ProfileDeleteResponse) Descriptor() ([]byte, []int)
func (*ProfileDeleteResponse) ProtoMessage ¶ added in v0.6.0
func (*ProfileDeleteResponse) ProtoMessage()
func (*ProfileDeleteResponse) Reset ¶ added in v0.6.0
func (m *ProfileDeleteResponse) Reset()
func (*ProfileDeleteResponse) String ¶ added in v0.6.0
func (m *ProfileDeleteResponse) String() string
type ProfileGetRequest ¶
type ProfileGetRequest struct {
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
}
func (*ProfileGetRequest) Descriptor ¶
func (*ProfileGetRequest) Descriptor() ([]byte, []int)
func (*ProfileGetRequest) GetId ¶
func (m *ProfileGetRequest) GetId() string
func (*ProfileGetRequest) ProtoMessage ¶
func (*ProfileGetRequest) ProtoMessage()
func (*ProfileGetRequest) Reset ¶
func (m *ProfileGetRequest) Reset()
func (*ProfileGetRequest) String ¶
func (m *ProfileGetRequest) String() string
type ProfileGetResponse ¶
type ProfileGetResponse struct {
Profile *storagepb.Profile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"`
}
func (*ProfileGetResponse) Descriptor ¶
func (*ProfileGetResponse) Descriptor() ([]byte, []int)
func (*ProfileGetResponse) GetProfile ¶
func (m *ProfileGetResponse) GetProfile() *storagepb.Profile
func (*ProfileGetResponse) ProtoMessage ¶
func (*ProfileGetResponse) ProtoMessage()
func (*ProfileGetResponse) Reset ¶
func (m *ProfileGetResponse) Reset()
func (*ProfileGetResponse) String ¶
func (m *ProfileGetResponse) String() string
type ProfileListRequest ¶
type ProfileListRequest struct { }
func (*ProfileListRequest) Descriptor ¶
func (*ProfileListRequest) Descriptor() ([]byte, []int)
func (*ProfileListRequest) ProtoMessage ¶
func (*ProfileListRequest) ProtoMessage()
func (*ProfileListRequest) Reset ¶
func (m *ProfileListRequest) Reset()
func (*ProfileListRequest) String ¶
func (m *ProfileListRequest) String() string
type ProfileListResponse ¶
type ProfileListResponse struct {
Profiles []*storagepb.Profile `protobuf:"bytes,1,rep,name=profiles" json:"profiles,omitempty"`
}
func (*ProfileListResponse) Descriptor ¶
func (*ProfileListResponse) Descriptor() ([]byte, []int)
func (*ProfileListResponse) GetProfiles ¶
func (m *ProfileListResponse) GetProfiles() []*storagepb.Profile
func (*ProfileListResponse) ProtoMessage ¶
func (*ProfileListResponse) ProtoMessage()
func (*ProfileListResponse) Reset ¶
func (m *ProfileListResponse) Reset()
func (*ProfileListResponse) String ¶
func (m *ProfileListResponse) String() string
type ProfilePutRequest ¶
type ProfilePutRequest struct {
Profile *storagepb.Profile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"`
}
func (*ProfilePutRequest) Descriptor ¶
func (*ProfilePutRequest) Descriptor() ([]byte, []int)
func (*ProfilePutRequest) GetProfile ¶
func (m *ProfilePutRequest) GetProfile() *storagepb.Profile
func (*ProfilePutRequest) ProtoMessage ¶
func (*ProfilePutRequest) ProtoMessage()
func (*ProfilePutRequest) Reset ¶
func (m *ProfilePutRequest) Reset()
func (*ProfilePutRequest) String ¶
func (m *ProfilePutRequest) String() string
type ProfilePutResponse ¶
type ProfilePutResponse struct { }
func (*ProfilePutResponse) Descriptor ¶
func (*ProfilePutResponse) Descriptor() ([]byte, []int)
func (*ProfilePutResponse) ProtoMessage ¶
func (*ProfilePutResponse) ProtoMessage()
func (*ProfilePutResponse) Reset ¶
func (m *ProfilePutResponse) Reset()
func (*ProfilePutResponse) String ¶
func (m *ProfilePutResponse) String() string
type SelectGroupRequest ¶
type SelectGroupRequest struct {
Labels map[string]string `` /* 132-byte string literal not displayed */
}
func (*SelectGroupRequest) Descriptor ¶
func (*SelectGroupRequest) Descriptor() ([]byte, []int)
func (*SelectGroupRequest) GetLabels ¶
func (m *SelectGroupRequest) GetLabels() map[string]string
func (*SelectGroupRequest) ProtoMessage ¶
func (*SelectGroupRequest) ProtoMessage()
func (*SelectGroupRequest) Reset ¶
func (m *SelectGroupRequest) Reset()
func (*SelectGroupRequest) String ¶
func (m *SelectGroupRequest) String() string
type SelectGroupResponse ¶
type SelectGroupResponse struct {
Group *storagepb.Group `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
}
func (*SelectGroupResponse) Descriptor ¶
func (*SelectGroupResponse) Descriptor() ([]byte, []int)
func (*SelectGroupResponse) GetGroup ¶
func (m *SelectGroupResponse) GetGroup() *storagepb.Group
func (*SelectGroupResponse) ProtoMessage ¶
func (*SelectGroupResponse) ProtoMessage()
func (*SelectGroupResponse) Reset ¶
func (m *SelectGroupResponse) Reset()
func (*SelectGroupResponse) String ¶
func (m *SelectGroupResponse) String() string
type SelectProfileRequest ¶
type SelectProfileRequest struct {
Labels map[string]string `` /* 132-byte string literal not displayed */
}
func (*SelectProfileRequest) Descriptor ¶
func (*SelectProfileRequest) Descriptor() ([]byte, []int)
func (*SelectProfileRequest) GetLabels ¶
func (m *SelectProfileRequest) GetLabels() map[string]string
func (*SelectProfileRequest) ProtoMessage ¶
func (*SelectProfileRequest) ProtoMessage()
func (*SelectProfileRequest) Reset ¶
func (m *SelectProfileRequest) Reset()
func (*SelectProfileRequest) String ¶
func (m *SelectProfileRequest) String() string
type SelectProfileResponse ¶
type SelectProfileResponse struct {
Profile *storagepb.Profile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"`
}
func (*SelectProfileResponse) Descriptor ¶
func (*SelectProfileResponse) Descriptor() ([]byte, []int)
func (*SelectProfileResponse) GetProfile ¶
func (m *SelectProfileResponse) GetProfile() *storagepb.Profile
func (*SelectProfileResponse) ProtoMessage ¶
func (*SelectProfileResponse) ProtoMessage()
func (*SelectProfileResponse) Reset ¶
func (m *SelectProfileResponse) Reset()
func (*SelectProfileResponse) String ¶
func (m *SelectProfileResponse) String() string