Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { pb.UnimplementedListerServer // contains filtered or unexported fields }
Handler is the lister handler.
func (*Handler) ListAccounts ¶
func (h *Handler) ListAccounts(ctx context.Context, req *pb.ListAccountsRequest) (*pb.ListAccountsResponse, error)
ListAccounts lists accounts.
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithLister ¶
WithLister sets the lister service for the module.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
Click to show internal directories.
Click to hide internal directories.