Documentation ¶
Index ¶
- Variables
- type CacheServerService
- func (s *CacheServerService) Del(ctx context.Context, rq *v1.DelRequest) (*emptypb.Empty, error)
- func (s *CacheServerService) DelSecret(ctx context.Context, rq *v1.DelSecretRequest) (*emptypb.Empty, error)
- func (s *CacheServerService) Get(ctx context.Context, rq *v1.GetRequest) (*v1.GetResponse, error)
- func (s *CacheServerService) GetSecret(ctx context.Context, rq *v1.GetSecretRequest) (*v1.GetSecretResponse, error)
- func (s *CacheServerService) Set(ctx context.Context, rq *v1.SetRequest) (*emptypb.Empty, error)
- func (s *CacheServerService) SetSecret(ctx context.Context, rq *v1.SetSecretRequest) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewCacheServerService, wire.Bind(new(v1.CacheServerServer), new(*CacheServerService)))
ProviderSet contains providers for creating instances of the biz struct.
Functions ¶
This section is empty.
Types ¶
type CacheServerService ¶
type CacheServerService struct { v1.UnimplementedCacheServerServer // contains filtered or unexported fields }
func NewCacheServerService ¶
func NewCacheServerService(biz biz.IBiz) *CacheServerService
func (*CacheServerService) Del ¶
func (s *CacheServerService) Del(ctx context.Context, rq *v1.DelRequest) (*emptypb.Empty, error)
func (*CacheServerService) DelSecret ¶
func (s *CacheServerService) DelSecret(ctx context.Context, rq *v1.DelSecretRequest) (*emptypb.Empty, error)
func (*CacheServerService) Get ¶
func (s *CacheServerService) Get(ctx context.Context, rq *v1.GetRequest) (*v1.GetResponse, error)
func (*CacheServerService) GetSecret ¶
func (s *CacheServerService) GetSecret(ctx context.Context, rq *v1.GetSecretRequest) (*v1.GetSecretResponse, error)
func (*CacheServerService) Set ¶
func (s *CacheServerService) Set(ctx context.Context, rq *v1.SetRequest) (*emptypb.Empty, error)
func (*CacheServerService) SetSecret ¶
func (s *CacheServerService) SetSecret(ctx context.Context, rq *v1.SetSecretRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.