Versions in this module Expand all Collapse all v0 v0.1.6 Nov 26, 2024 Changes in this version + type GetGroupRequest struct + ID string + type GroupResponse struct + ID string + Name string + type RenameGroupRequest struct + ID string + Name string + type SecretService interface + GetGroup func(context.Context, *GetGroupRequest) (*GroupResponse, error) + RenameGroup func(context.Context, *RenameGroupRequest) (*GroupResponse, error) + type SecretServiceHandler struct + func (s *SecretServiceHandler) GetGroup(_ context.Context, req *GetGroupRequest) (*GroupResponse, error) + func (s *SecretServiceHandler) RenameGroup(_ context.Context, req *RenameGroupRequest) (*GroupResponse, error)