Documentation ¶
Index ¶
- type Account
- func (a *Account) Create(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) Delete(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) Health(ctx context.Context, req *pbAccount.HealthRequest, ...) error
- func (a *Account) Read(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) SignIn(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) SignOut(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) SignUp(ctx context.Context, req *pbAccount.AccountPayload, ...) error
- func (a *Account) Update(ctx context.Context, req *pbAccount.AccountPayload, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct{}
Account ...
func (*Account) Create ¶
func (a *Account) Create(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
Create ...
func (*Account) Delete ¶
func (a *Account) Delete(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
Delete ...
func (*Account) Health ¶
func (a *Account) Health(ctx context.Context, req *pbAccount.HealthRequest, rsp *pbAccount.HealthResponse) error
Health handler gives feed about the service status
func (*Account) Read ¶
func (a *Account) Read(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
Read ...
func (*Account) SignIn ¶
func (a *Account) SignIn(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
SignIn ...
func (*Account) SignOut ¶
func (a *Account) SignOut(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
SignOut ...
func (*Account) SignUp ¶
func (a *Account) SignUp(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
SignUp ...
func (*Account) Update ¶
func (a *Account) Update(ctx context.Context, req *pbAccount.AccountPayload, rsp *pbAccount.AccountPayload) error
Update ...
Click to show internal directories.
Click to hide internal directories.