Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgeServiceServer ¶
type EdgeServiceServer struct { pb.UnimplementedEdgeServiceServer // contains filtered or unexported fields }
func NewEdgeServiceServer ¶
func NewEdgeServiceServer(log *zap.Logger, st stpb.StatesServiceClient) *EdgeServiceServer
func (*EdgeServiceServer) PostState ¶
func (s *EdgeServiceServer) PostState(ctx context.Context, req *stpb.PostStateRequest) (*stpb.PostStateResponse, error)
func (*EdgeServiceServer) Test ¶
func (s *EdgeServiceServer) Test(ctx context.Context, _ *pb.TestRequest) (*pb.TestResponse, error)
Click to show internal directories.
Click to hide internal directories.