package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
MustNewService creates a new Service but panics on error.
NewService creates a new fake service.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
WithTagFakeFunc extends faker with a new tag (or field name) to generate fake data with a specified custom algorithm.
WithTagFakeFuncAlias sets a new alias.

# Constants

Supported tags.
Skip indicates a struct tag, that the field should be skipped.

# Structs

Options applied for the Service type.
Service provides a service to generate fake data.

# Interfaces

Faker allows a type to implement a custom fake data generation.

# Type aliases

FakeFunc generates new specific fake values.