package
0.0.0-20250209083733-ea0ecbdc5f6d
Repository: https://github.com/itbasis/go-tools.git
Documentation: pkg.go.dev

# Functions

NewMockCache creates a new mock instance.
NewMockCacheStorage creates a new mock instance.
NewMockSDKVersions creates a new mock instance.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

MockCache is a mock of Cache interface.
MockCacheMockRecorder is the mock recorder for MockCache.
MockCacheStorage is a mock of CacheStorage interface.
MockCacheStorageMockRecorder is the mock recorder for MockCacheStorage.
MockSDKVersions is a mock of SDKVersions interface.
MockSDKVersionsMockRecorder is the mock recorder for MockSDKVersions.
No description provided by the author
No description provided by the author

# Interfaces

go:generate mockgen -source=$GOFILE -package=$GOPACKAGE -destination=cache.mock.go.
go:generate mockgen -source=$GOFILE -package=$GOPACKAGE -destination=cache-storage.mock.go.
go:generate mockgen -source=$GOFILE -package=$GOPACKAGE -destination=sdk-versions.mock.go.

# Type aliases

No description provided by the author