Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Server ¶
type Server struct { proto.UnimplementedDbServiceServer // contains filtered or unexported fields }
func NewServer ¶
func NewServer(resultstore db.CalculationResultsStore) *Server
func (*Server) GetData ¶
func (s *Server) GetData(ctx context.Context, in *proto.GetDataRequest) (*proto.GetDataResponse, error)
func (*Server) StoreData ¶
func (s *Server) StoreData(ctx context.Context, in *proto.StoreRequest) (*proto.StoreResponse, error)
Click to show internal directories.
Click to hide internal directories.