Documentation ¶
Index ¶
- Constants
- type Connection
- type Id
- func (this *Id) DecodeMsgPack(dec codec.MsgPackDecoder) error
- func (this *Id) DecodeMsgpack(dec *msgpack.Decoder) error
- func (this Id) EncodeMsgPack(enc codec.MsgPackEncoder) error
- func (this Id) EncodeMsgpack(enc *msgpack.Encoder) error
- func (this Id) IsEqualTo(other any) bool
- func (this Id) IsZero() bool
- func (this Id) MarshalBinary() (b []byte, err error)
- func (this Id) MarshalText() (text []byte, err error)
- func (this *Id) Set(text string) error
- func (this Id) String() string
- func (this *Id) UnmarshalBinary(b []byte) error
- func (this *Id) UnmarshalText(text []byte) error
Constants ¶
View Source
const (
EnvName = "BIFROEST_CONNECTION_ID"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Id ¶
func (*Id) DecodeMsgPack ¶
func (this *Id) DecodeMsgPack(dec codec.MsgPackDecoder) error
func (*Id) DecodeMsgpack ¶
func (Id) EncodeMsgPack ¶
func (this Id) EncodeMsgPack(enc codec.MsgPackEncoder) error
func (Id) EncodeMsgpack ¶
func (Id) MarshalBinary ¶
func (Id) MarshalText ¶
func (*Id) UnmarshalBinary ¶
func (*Id) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.