Documentation
¶
Index ¶
- type MockUuid
- func (m *MockUuid) Get() uuid.UUID
- func (m *MockUuid) MarshalBinary() ([]byte, error)
- func (m *MockUuid) MarshalText() ([]byte, error)
- func (m *MockUuid) New() error
- func (m *MockUuid) UnmarshalBinary(data []byte) error
- func (m *MockUuid) UnmarshalText(data []byte) error
- func (m *MockUuid) Version() uuid.Version
- type MockUuidConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUuid ¶
type MockUuid struct {
// contains filtered or unexported fields
}
func NewUuidMock ¶ added in v0.2.2
func NewUuidMock(cfg MockUuidConfig) MockUuid
func (*MockUuid) MarshalBinary ¶
func (*MockUuid) MarshalText ¶
func (*MockUuid) UnmarshalBinary ¶
func (*MockUuid) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.