rpc

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: MIT Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOutboundIP

func GetOutboundIP() (net.IP, error)

GetOutboundIP gets the local ip.

func RegisterBasic

func RegisterBasic(route *echo.Group, db database.Database)

func RegisterEntry

func RegisterEntry(route *echo.Group, db database.Database)

func RegisterGenerator added in v0.5.0

func RegisterGenerator(route *echo.Group, extern *echo.Group, db database.Database)

func RegisterGit added in v0.6.0

func RegisterGit(route *echo.Group, db database.Database)

func RegisterPrint

func RegisterPrint(route *echo.Group, extern *echo.Group, db database.Database, printer printing.PossiblePrinter)

func RegisterSources

func RegisterSources(route *echo.Group, db database.Database)

func RegisterSync

func RegisterSync(route *echo.Group, m *melody.Melody, db database.Database)

func RegisterTemplate

func RegisterTemplate(route *echo.Group, extern *echo.Group, db database.Database)

Types

type GitHubTags added in v0.6.2

type GitHubTags []struct {
	Name       string `json:"name"`
	ZipballURL string `json:"zipball_url"`
	TarballURL string `json:"tarball_url"`
	Commit     struct {
		Sha string `json:"sha"`
		URL string `json:"url"`
	} `json:"commit"`
	NodeID string `json:"node_id"`
}

Jump to

Keyboard shortcuts

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