Documentation
¶
Overview ¶
Package end is a null tombstone type onion message that indicates there is no more data in the onion (used with encoding only).
Index ¶
- Constants
- func EndGen() codec.Codec
- type End
- func (x *End) Account(res *sess.Data, sm *sess.Manager, s *sessions.Data, last bool) (skip bool, sd *sessions.Data)
- func (x *End) Decode(s *splice.Splice) (e error)
- func (x *End) Encode(s *splice.Splice) (e error)
- func (x *End) Handle(s *splice.Splice, p ont.Onion, ni ont.Ngin) (e error)
- func (x *End) Len() int
- func (x *End) Magic() string
- func (x *End) Unwrap() interface{}
- func (x *End) Wrap(inner ont.Onion)
Constants ¶
View Source
const ( Magic = "!!!!" Len = 0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.