url

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UrlType = reflect.TypeOf(&Url{})

Functions

This section is empty.

Types

type Decoder

type Decoder struct{}

func (*Decoder) InType

func (d *Decoder) InType() reflect.Type

func (*Decoder) Materialize

func (d *Decoder) Materialize() func(input interface{}) interface{}

func (*Decoder) OutType

func (d *Decoder) OutType() reflect.Type

type Encoder

type Encoder struct{}

func (*Encoder) InType

func (e *Encoder) InType() reflect.Type

func (*Encoder) Materialize

func (e *Encoder) Materialize() func(input interface{}) interface{}

func (*Encoder) OutType

func (e *Encoder) OutType() reflect.Type

type Url

type Url struct {
	Proto string
	Path  string
	Name  string
	Mod   int64
}

func (*Url) AbsolutePath

func (u *Url) AbsolutePath() string

func (*Url) String

func (u *Url) String() string

Jump to

Keyboard shortcuts

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