Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMerchantAdminService ¶
type IMerchantAdminService interface { Register(ctx context.Context, request *madmin_requests.RegisterRequest) (*madmin_responses.RegisterResponse, error) GetIP(ctx context.Context) (*madmin_responses.GetIPResponse, error) }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetIP ¶
func (o *Service) GetIP(ctx context.Context) (*madmin_responses.GetIPResponse, error)
func (*Service) Register ¶
func (o *Service) Register(ctx context.Context, request *madmin_requests.RegisterRequest) (*madmin_responses.RegisterResponse, error)
Click to show internal directories.
Click to hide internal directories.