testing

package
v0.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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) Get

func (m *MockUuid) Get() uuid.UUID

func (*MockUuid) MarshalBinary

func (m *MockUuid) MarshalBinary() ([]byte, error)

func (*MockUuid) MarshalText

func (m *MockUuid) MarshalText() ([]byte, error)

func (*MockUuid) New

func (m *MockUuid) New() error

func (*MockUuid) UnmarshalBinary

func (m *MockUuid) UnmarshalBinary(data []byte) error

func (*MockUuid) UnmarshalText

func (m *MockUuid) UnmarshalText(data []byte) error

func (*MockUuid) Version

func (m *MockUuid) Version() uuid.Version

type MockUuidConfig added in v0.2.4

type MockUuidConfig struct {
	GetPanics                   bool
	NewReturnsError             bool
	MarshalBinaryReturnsError   bool
	MarshalTextReturnsError     bool
	UnmarshalBinaryReturnsError bool
	UnmarshalTextReturnsError   bool
	VersionPanics               bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL