Documentation ¶
Index ¶
- func App() *foundationmock.Application
- func Artisan() *consolemock.Artisan
- func Auth() *authmock.Auth
- func Cache() (*cachemock.Cache, *cachemock.Driver, *cachemock.Lock)
- func Config() *configmock.Config
- func Event() (*eventmock.Instance, *eventmock.Task)
- func Gate() *accessmock.Gate
- func Grpc() *grpcmock.Grpc
- func Log()
- func Mail() *mailmock.Mail
- func NewTestLog() log.Writer
- func Orm() (*ormmock.Orm, *ormmock.Query, *ormmock.Transaction, *ormmock.Association)
- func Queue() (*queuemock.Queue, *queuemock.Task)
- func Storage() (*filesystemmock.Storage, *filesystemmock.Driver, *filesystemmock.File)
- func Validation() (*validatemock.Validation, *validatemock.Validator, *validatemock.Errors)
- type TestLog
- func (r *TestLog) Debug(args ...any)
- func (r *TestLog) Debugf(format string, args ...any)
- func (r *TestLog) Error(args ...any)
- func (r *TestLog) Errorf(format string, args ...any)
- func (r *TestLog) Fatal(args ...any)
- func (r *TestLog) Fatalf(format string, args ...any)
- func (r *TestLog) Info(args ...any)
- func (r *TestLog) Infof(format string, args ...any)
- func (r *TestLog) Panic(args ...any)
- func (r *TestLog) Panicf(format string, args ...any)
- func (r *TestLog) Warning(args ...any)
- func (r *TestLog) Warningf(format string, args ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func App ¶ added in v1.12.0
func App() *foundationmock.Application
func Artisan ¶
func Artisan() *consolemock.Artisan
func Config ¶
func Config() *configmock.Config
func Gate ¶ added in v1.7.0
func Gate() *accessmock.Gate
func NewTestLog ¶ added in v1.12.0
func Orm ¶
func Orm() (*ormmock.Orm, *ormmock.Query, *ormmock.Transaction, *ormmock.Association)
func Storage ¶ added in v1.5.0
func Storage() (*filesystemmock.Storage, *filesystemmock.Driver, *filesystemmock.File)
func Validation ¶ added in v1.8.0
func Validation() (*validatemock.Validation, *validatemock.Validator, *validatemock.Errors)
Types ¶
Click to show internal directories.
Click to hide internal directories.