Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
func NewConsole ¶
func NewConsole(opts ConsoleOpts) (*Console, error)
func (*Console) ObtainRefreshToken ¶
func (cort *Console) ObtainRefreshToken(ctx context.Context, arg *ObtainRefreshTokenArg) error
func (*Console) RegisterUser ¶
func (cru *Console) RegisterUser(ctx context.Context, arg *RegisterUserArg) error
type ConsoleOpts ¶
type ConsoleOpts struct {
	Conn     *grpc.ClientConn
	Username string
	Password string
}
    type ObtainRefreshTokenArg ¶
 Click to show internal directories. 
   Click to hide internal directories.