Documentation
¶
Index ¶
- Variables
- type StateServiceServer
- func (s *StateServiceServer) Delete(ctx context.Context, req *statev1alpha1.DeleteRequest) (*statev1alpha1.DeleteResponse, error)
- func (s *StateServiceServer) EnsureStore(ctx context.Context, req *statev1alpha1.EnsureStoreRequest) (*statev1alpha1.EnsureStoreResponse, error)
- func (s *StateServiceServer) Get(ctx context.Context, req *statev1alpha1.GetRequest) (*statev1alpha1.GetResponse, error)
- func (s *StateServiceServer) Set(ctx context.Context, req *statev1alpha1.SetRequest) (*statev1alpha1.SetResponse, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StateServiceServer ¶
type StateServiceServer struct { statev1alpha1.UnimplementedStateServiceServer // contains filtered or unexported fields }
func (*StateServiceServer) Delete ¶
func (s *StateServiceServer) Delete(ctx context.Context, req *statev1alpha1.DeleteRequest) (*statev1alpha1.DeleteResponse, error)
func (*StateServiceServer) EnsureStore ¶
func (s *StateServiceServer) EnsureStore(ctx context.Context, req *statev1alpha1.EnsureStoreRequest) (*statev1alpha1.EnsureStoreResponse, error)
func (*StateServiceServer) Get ¶
func (s *StateServiceServer) Get(ctx context.Context, req *statev1alpha1.GetRequest) (*statev1alpha1.GetResponse, error)
func (*StateServiceServer) Set ¶
func (s *StateServiceServer) Set(ctx context.Context, req *statev1alpha1.SetRequest) (*statev1alpha1.SetResponse, error)
Click to show internal directories.
Click to hide internal directories.