Versions in this module Expand all Collapse all v0 v0.0.1 Aug 19, 2019 Changes in this version + var UrlType = reflect.TypeOf(&Url{}) + type Decoder struct + func (d *Decoder) InType() reflect.Type + func (d *Decoder) Materialize() func(input interface{}) interface{} + func (d *Decoder) OutType() reflect.Type + type Encoder struct + func (e *Encoder) InType() reflect.Type + func (e *Encoder) Materialize() func(input interface{}) interface{} + func (e *Encoder) OutType() reflect.Type + type Url struct + Mod int64 + Name string + Path string + Proto string + func (u *Url) AbsolutePath() string + func (u *Url) String() string