Documentation ¶ Index ¶ Constants func Parse(b B) (t *T, rem B, err E) type B type Ctx type E type N type S type T func New() *T func NewFrom(id *subscription.Id) *T func (en *T) Label() string func (en *T) MarshalJSON(dst B) (b B, err error) func (en *T) UnmarshalJSON(b B) (r B, err error) func (en *T) Write(w io.Writer) (err E) Constants ¶ View Source const L = "CLOSE" Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(b B) (t *T, rem B, err E) Types ¶ type B ¶ type B = []byte type Ctx ¶ type Ctx = context.T type E ¶ type E = error type N ¶ type N = int type S ¶ type S = string type T ¶ type T struct { ID *subscription.Id } func New ¶ func New() *T func NewFrom ¶ func NewFrom(id *subscription.Id) *T func (*T) Label ¶ func (en *T) Label() string func (*T) MarshalJSON ¶ func (en *T) MarshalJSON(dst B) (b B, err error) func (*T) UnmarshalJSON ¶ func (en *T) UnmarshalJSON(b B) (r B, err error) func (*T) Write ¶ func (en *T) Write(w io.Writer) (err E) Source Files ¶ View all Source files closeenvelope.go util.go Click to show internal directories. Click to hide internal directories.