Documentation ¶
Index ¶
- type DeviceProvisionServiceServer
- func (d *DeviceProvisionServiceServer) CreateEnrollmentGroup(ctx context.Context, req *pb.CreateEnrollmentGroupRequest) (*pb.EnrollmentGroup, error)
- func (d *DeviceProvisionServiceServer) CreateHub(ctx context.Context, req *pb.CreateHubRequest) (*pb.Hub, error)
- func (d *DeviceProvisionServiceServer) DeleteEnrollmentGroups(ctx context.Context, req *pb.DeleteEnrollmentGroupsRequest) (*pb.DeleteEnrollmentGroupsResponse, error)
- func (d *DeviceProvisionServiceServer) DeleteHubs(ctx context.Context, req *pb.DeleteHubsRequest) (*pb.DeleteHubsResponse, error)
- func (d *DeviceProvisionServiceServer) DeleteProvisioningRecords(ctx context.Context, req *pb.DeleteProvisioningRecordsRequest) (*pb.DeleteProvisioningRecordsResponse, error)
- func (d *DeviceProvisionServiceServer) GetEnrollmentGroups(req *pb.GetEnrollmentGroupsRequest, ...) error
- func (d *DeviceProvisionServiceServer) GetHubs(req *pb.GetHubsRequest, srv pb.DeviceProvisionService_GetHubsServer) error
- func (d *DeviceProvisionServiceServer) GetProvisioningRecords(req *pb.GetProvisioningRecordsRequest, ...) error
- func (d *DeviceProvisionServiceServer) UpdateEnrollmentGroup(ctx context.Context, req *pb.UpdateEnrollmentGroupRequest) (*pb.EnrollmentGroup, error)
- func (d *DeviceProvisionServiceServer) UpdateHub(ctx context.Context, req *pb.UpdateHubRequest) (*pb.Hub, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceProvisionServiceServer ¶
type DeviceProvisionServiceServer struct { pb.UnimplementedDeviceProvisionServiceServer // contains filtered or unexported fields }
func NewDeviceProvisionServiceServer ¶
func NewDeviceProvisionServiceServer(store store.Store, ownerClaim string) *DeviceProvisionServiceServer
func (*DeviceProvisionServiceServer) CreateEnrollmentGroup ¶
func (d *DeviceProvisionServiceServer) CreateEnrollmentGroup(ctx context.Context, req *pb.CreateEnrollmentGroupRequest) (*pb.EnrollmentGroup, error)
func (*DeviceProvisionServiceServer) CreateHub ¶
func (d *DeviceProvisionServiceServer) CreateHub(ctx context.Context, req *pb.CreateHubRequest) (*pb.Hub, error)
func (*DeviceProvisionServiceServer) DeleteEnrollmentGroups ¶
func (d *DeviceProvisionServiceServer) DeleteEnrollmentGroups(ctx context.Context, req *pb.DeleteEnrollmentGroupsRequest) (*pb.DeleteEnrollmentGroupsResponse, error)
func (*DeviceProvisionServiceServer) DeleteHubs ¶
func (d *DeviceProvisionServiceServer) DeleteHubs(ctx context.Context, req *pb.DeleteHubsRequest) (*pb.DeleteHubsResponse, error)
func (*DeviceProvisionServiceServer) DeleteProvisioningRecords ¶
func (d *DeviceProvisionServiceServer) DeleteProvisioningRecords(ctx context.Context, req *pb.DeleteProvisioningRecordsRequest) (*pb.DeleteProvisioningRecordsResponse, error)
func (*DeviceProvisionServiceServer) GetEnrollmentGroups ¶
func (d *DeviceProvisionServiceServer) GetEnrollmentGroups(req *pb.GetEnrollmentGroupsRequest, srv pb.DeviceProvisionService_GetEnrollmentGroupsServer) error
func (*DeviceProvisionServiceServer) GetHubs ¶
func (d *DeviceProvisionServiceServer) GetHubs(req *pb.GetHubsRequest, srv pb.DeviceProvisionService_GetHubsServer) error
func (*DeviceProvisionServiceServer) GetProvisioningRecords ¶
func (d *DeviceProvisionServiceServer) GetProvisioningRecords(req *pb.GetProvisioningRecordsRequest, srv pb.DeviceProvisionService_GetProvisioningRecordsServer) error
func (*DeviceProvisionServiceServer) UpdateEnrollmentGroup ¶
func (d *DeviceProvisionServiceServer) UpdateEnrollmentGroup(ctx context.Context, req *pb.UpdateEnrollmentGroupRequest) (*pb.EnrollmentGroup, error)
func (*DeviceProvisionServiceServer) UpdateHub ¶
func (d *DeviceProvisionServiceServer) UpdateHub(ctx context.Context, req *pb.UpdateHubRequest) (*pb.Hub, error)
Click to show internal directories.
Click to hide internal directories.