route

package
v0.0.0-...-d8a4e70 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewCli, NewHttp, NewWs)

ProviderSet is route providers.

Functions

This section is empty.

Types

type Cli

type Cli struct {
	// contains filtered or unexported fields
}

func NewCli

func NewCli(cli *service.CliService) *Cli

func (*Cli) Commands

func (route *Cli) Commands() []*cli.Command

type Http

type Http struct {
	// contains filtered or unexported fields
}

func (*Http) Register

func (route *Http) Register(r *chi.Mux)

type Ws

type Ws struct {
	// contains filtered or unexported fields
}

func NewWs

func NewWs(ws *service.WsService) *Ws

func (*Ws) Register

func (route *Ws) Register(r *chi.Mux)

Jump to

Keyboard shortcuts

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