client

package
v0.0.0-...-ff1bf8a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRequest

type CreateRequest struct {
	Name     string `json:"name"`
	Password string `json:"password"`
}

type HealthClient

type HealthClient struct {
}

func NewHealthClient

func NewHealthClient() *HealthClient

func (*HealthClient) Health

func (c *HealthClient) Health(ctx echo.Context) error

type MemberClient

type MemberClient struct{}

func NewMemberClient

func NewMemberClient() *MemberClient

func (*MemberClient) Create

func (c *MemberClient) Create(ctx echo.Context) error

func (*MemberClient) Login

func (c *MemberClient) Login(ctx echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL