forked from TrueCloudLab/frostfs-sdk-go
4c779423f5
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
13 lines
388 B
Go
13 lines
388 B
Go
/*
|
|
Package audittest provides functions for convenient testing of audit package API.
|
|
|
|
Note that importing the package into source files is highly discouraged.
|
|
|
|
Random instance generation functions can be useful when testing expects any value, e.g.:
|
|
|
|
import audittest "github.com/TrueCloudLab/frostfs-sdk-go/audit/test"
|
|
|
|
dec := audittest.Result()
|
|
// test the value
|
|
*/
|
|
package audittest
|