Documentation ¶ Index ¶ type Encoder func (enc Encoder) Decode(s string) (uuid.UUID, error) func (enc Encoder) Encode(u uuid.UUID) string type FakeEncoder func (enc FakeEncoder) Decode(s string) (uuid.UUID, error) func (enc FakeEncoder) Encode(u uuid.UUID) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Encoder ¶ type Encoder struct{} func (Encoder) Decode ¶ func (enc Encoder) Decode(s string) (uuid.UUID, error) func (Encoder) Encode ¶ func (enc Encoder) Encode(u uuid.UUID) string type FakeEncoder ¶ type FakeEncoder struct{} func (FakeEncoder) Decode ¶ func (enc FakeEncoder) Decode(s string) (uuid.UUID, error) func (FakeEncoder) Encode ¶ func (enc FakeEncoder) Encode(u uuid.UUID) string Source Files ¶ View all Source files uuid.go Click to show internal directories. Click to hide internal directories.