pub

package module
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 9 Imported by: 1

README

pub

go.dev reference License

# dir
$ pub .

# port
$ pub :8080

# url
$ pub https://example.com

# port + url
$ pub \
  :9944 /rpc/ws \
  https://polkadot.js.org/apps/

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyRules added in v0.1.10

func ApplyRules(mux *http.ServeMux, rules Rules)

func Handler added in v0.1.10

func Handler(rules Rules) http.Handler

func Run

func Run(args []string) error

Types

type Rule added in v0.1.10

type Rule struct {
	Resource string
	Path     string
	Prefix   string
}

func NewRule added in v0.1.10

func NewRule(res, path_with_prefix string) Rule

type Rules added in v0.1.10

type Rules []Rule

func Parse added in v0.1.10

func Parse(s []string) (rules Rules)

func (*Rules) Push added in v0.1.10

func (s *Rules) Push(r Rule)

Directories

Path Synopsis
cmd
pub command

Jump to

Keyboard shortcuts

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