Documentation
¶
Index ¶
- type Middleware
- func (_m *Middleware) Append(middleware ...http.Middleware) configuration.Middleware
- func (_m *Middleware) EXPECT() *Middleware_Expecter
- func (_m *Middleware) GetGlobalMiddleware() []http.Middleware
- func (_m *Middleware) GetRecover() func(http.Context, interface{})
- func (_m *Middleware) Prepend(middleware ...http.Middleware) configuration.Middleware
- func (_m *Middleware) Recover(fn func(http.Context, interface{})) configuration.Middleware
- func (_m *Middleware) Use(middleware ...http.Middleware) configuration.Middleware
- type Middleware_Append_Call
- func (_c *Middleware_Append_Call) Return(_a0 configuration.Middleware) *Middleware_Append_Call
- func (_c *Middleware_Append_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Append_Call
- func (_c *Middleware_Append_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Append_Call
- type Middleware_Expecter
- func (_e *Middleware_Expecter) Append(middleware ...interface{}) *Middleware_Append_Call
- func (_e *Middleware_Expecter) GetGlobalMiddleware() *Middleware_GetGlobalMiddleware_Call
- func (_e *Middleware_Expecter) GetRecover() *Middleware_GetRecover_Call
- func (_e *Middleware_Expecter) Prepend(middleware ...interface{}) *Middleware_Prepend_Call
- func (_e *Middleware_Expecter) Recover(fn interface{}) *Middleware_Recover_Call
- func (_e *Middleware_Expecter) Use(middleware ...interface{}) *Middleware_Use_Call
- type Middleware_GetGlobalMiddleware_Call
- func (_c *Middleware_GetGlobalMiddleware_Call) Return(_a0 []http.Middleware) *Middleware_GetGlobalMiddleware_Call
- func (_c *Middleware_GetGlobalMiddleware_Call) Run(run func()) *Middleware_GetGlobalMiddleware_Call
- func (_c *Middleware_GetGlobalMiddleware_Call) RunAndReturn(run func() []http.Middleware) *Middleware_GetGlobalMiddleware_Call
- type Middleware_GetRecover_Call
- func (_c *Middleware_GetRecover_Call) Return(_a0 func(http.Context, interface{})) *Middleware_GetRecover_Call
- func (_c *Middleware_GetRecover_Call) Run(run func()) *Middleware_GetRecover_Call
- func (_c *Middleware_GetRecover_Call) RunAndReturn(run func() func(http.Context, interface{})) *Middleware_GetRecover_Call
- type Middleware_Prepend_Call
- func (_c *Middleware_Prepend_Call) Return(_a0 configuration.Middleware) *Middleware_Prepend_Call
- func (_c *Middleware_Prepend_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Prepend_Call
- func (_c *Middleware_Prepend_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Prepend_Call
- type Middleware_Recover_Call
- func (_c *Middleware_Recover_Call) Return(_a0 configuration.Middleware) *Middleware_Recover_Call
- func (_c *Middleware_Recover_Call) Run(run func(fn func(http.Context, interface{}))) *Middleware_Recover_Call
- func (_c *Middleware_Recover_Call) RunAndReturn(run func(func(http.Context, interface{})) configuration.Middleware) *Middleware_Recover_Call
- type Middleware_Use_Call
- func (_c *Middleware_Use_Call) Return(_a0 configuration.Middleware) *Middleware_Use_Call
- func (_c *Middleware_Use_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Use_Call
- func (_c *Middleware_Use_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Use_Call
- type Paths
- func (_m *Paths) App(path string) configuration.Paths
- func (_m *Paths) Bootstrap(path string) configuration.Paths
- func (_m *Paths) Commands(path string) configuration.Paths
- func (_m *Paths) Config(path string) configuration.Paths
- func (_m *Paths) Controllers(path string) configuration.Paths
- func (_m *Paths) Database(path string) configuration.Paths
- func (_m *Paths) EXPECT() *Paths_Expecter
- func (_m *Paths) Events(path string) configuration.Paths
- func (_m *Paths) Facades(path string) configuration.Paths
- func (_m *Paths) Factories(path string) configuration.Paths
- func (_m *Paths) Filters(path string) configuration.Paths
- func (_m *Paths) Jobs(path string) configuration.Paths
- func (_m *Paths) Lang(path string) configuration.Paths
- func (_m *Paths) Listeners(path string) configuration.Paths
- func (_m *Paths) Mails(path string) configuration.Paths
- func (_m *Paths) Middleware(path string) configuration.Paths
- func (_m *Paths) Migrations(path string) configuration.Paths
- func (_m *Paths) Models(path string) configuration.Paths
- func (_m *Paths) Observers(path string) configuration.Paths
- func (_m *Paths) Packages(path string) configuration.Paths
- func (_m *Paths) Policies(path string) configuration.Paths
- func (_m *Paths) Providers(path string) configuration.Paths
- func (_m *Paths) Public(path string) configuration.Paths
- func (_m *Paths) Requests(path string) configuration.Paths
- func (_m *Paths) Resources(path string) configuration.Paths
- func (_m *Paths) Routes(path string) configuration.Paths
- func (_m *Paths) Rules(path string) configuration.Paths
- func (_m *Paths) Seeders(path string) configuration.Paths
- func (_m *Paths) Storage(path string) configuration.Paths
- func (_m *Paths) Tests(path string) configuration.Paths
- func (_m *Paths) Views(path string) configuration.Paths
- type Paths_App_Call
- type Paths_Bootstrap_Call
- type Paths_Commands_Call
- type Paths_Config_Call
- type Paths_Controllers_Call
- type Paths_Database_Call
- type Paths_Events_Call
- type Paths_Expecter
- func (_e *Paths_Expecter) App(path interface{}) *Paths_App_Call
- func (_e *Paths_Expecter) Bootstrap(path interface{}) *Paths_Bootstrap_Call
- func (_e *Paths_Expecter) Commands(path interface{}) *Paths_Commands_Call
- func (_e *Paths_Expecter) Config(path interface{}) *Paths_Config_Call
- func (_e *Paths_Expecter) Controllers(path interface{}) *Paths_Controllers_Call
- func (_e *Paths_Expecter) Database(path interface{}) *Paths_Database_Call
- func (_e *Paths_Expecter) Events(path interface{}) *Paths_Events_Call
- func (_e *Paths_Expecter) Facades(path interface{}) *Paths_Facades_Call
- func (_e *Paths_Expecter) Factories(path interface{}) *Paths_Factories_Call
- func (_e *Paths_Expecter) Filters(path interface{}) *Paths_Filters_Call
- func (_e *Paths_Expecter) Jobs(path interface{}) *Paths_Jobs_Call
- func (_e *Paths_Expecter) Lang(path interface{}) *Paths_Lang_Call
- func (_e *Paths_Expecter) Listeners(path interface{}) *Paths_Listeners_Call
- func (_e *Paths_Expecter) Mails(path interface{}) *Paths_Mails_Call
- func (_e *Paths_Expecter) Middleware(path interface{}) *Paths_Middleware_Call
- func (_e *Paths_Expecter) Migrations(path interface{}) *Paths_Migrations_Call
- func (_e *Paths_Expecter) Models(path interface{}) *Paths_Models_Call
- func (_e *Paths_Expecter) Observers(path interface{}) *Paths_Observers_Call
- func (_e *Paths_Expecter) Packages(path interface{}) *Paths_Packages_Call
- func (_e *Paths_Expecter) Policies(path interface{}) *Paths_Policies_Call
- func (_e *Paths_Expecter) Providers(path interface{}) *Paths_Providers_Call
- func (_e *Paths_Expecter) Public(path interface{}) *Paths_Public_Call
- func (_e *Paths_Expecter) Requests(path interface{}) *Paths_Requests_Call
- func (_e *Paths_Expecter) Resources(path interface{}) *Paths_Resources_Call
- func (_e *Paths_Expecter) Routes(path interface{}) *Paths_Routes_Call
- func (_e *Paths_Expecter) Rules(path interface{}) *Paths_Rules_Call
- func (_e *Paths_Expecter) Seeders(path interface{}) *Paths_Seeders_Call
- func (_e *Paths_Expecter) Storage(path interface{}) *Paths_Storage_Call
- func (_e *Paths_Expecter) Tests(path interface{}) *Paths_Tests_Call
- func (_e *Paths_Expecter) Views(path interface{}) *Paths_Views_Call
- type Paths_Facades_Call
- type Paths_Factories_Call
- type Paths_Filters_Call
- type Paths_Jobs_Call
- type Paths_Lang_Call
- type Paths_Listeners_Call
- type Paths_Mails_Call
- type Paths_Middleware_Call
- type Paths_Migrations_Call
- type Paths_Models_Call
- type Paths_Observers_Call
- type Paths_Packages_Call
- type Paths_Policies_Call
- type Paths_Providers_Call
- type Paths_Public_Call
- type Paths_Requests_Call
- type Paths_Resources_Call
- type Paths_Routes_Call
- type Paths_Rules_Call
- type Paths_Seeders_Call
- type Paths_Storage_Call
- type Paths_Tests_Call
- type Paths_Views_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
Middleware is an autogenerated mock type for the Middleware type
func NewMiddleware ¶
func NewMiddleware(t interface {
mock.TestingT
Cleanup(func())
}) *Middleware
NewMiddleware creates a new instance of Middleware. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Middleware) Append ¶
func (_m *Middleware) Append(middleware ...http.Middleware) configuration.Middleware
Append provides a mock function with given fields: middleware
func (*Middleware) EXPECT ¶
func (_m *Middleware) EXPECT() *Middleware_Expecter
func (*Middleware) GetGlobalMiddleware ¶
func (_m *Middleware) GetGlobalMiddleware() []http.Middleware
GetGlobalMiddleware provides a mock function with no fields
func (*Middleware) GetRecover ¶
func (_m *Middleware) GetRecover() func(http.Context, interface{})
GetRecover provides a mock function with no fields
func (*Middleware) Prepend ¶
func (_m *Middleware) Prepend(middleware ...http.Middleware) configuration.Middleware
Prepend provides a mock function with given fields: middleware
func (*Middleware) Recover ¶
func (_m *Middleware) Recover(fn func(http.Context, interface{})) configuration.Middleware
Recover provides a mock function with given fields: fn
func (*Middleware) Use ¶
func (_m *Middleware) Use(middleware ...http.Middleware) configuration.Middleware
Use provides a mock function with given fields: middleware
type Middleware_Append_Call ¶
Middleware_Append_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Append'
func (*Middleware_Append_Call) Return ¶
func (_c *Middleware_Append_Call) Return(_a0 configuration.Middleware) *Middleware_Append_Call
func (*Middleware_Append_Call) Run ¶
func (_c *Middleware_Append_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Append_Call
func (*Middleware_Append_Call) RunAndReturn ¶
func (_c *Middleware_Append_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Append_Call
type Middleware_Expecter ¶
type Middleware_Expecter struct {
// contains filtered or unexported fields
}
func (*Middleware_Expecter) Append ¶
func (_e *Middleware_Expecter) Append(middleware ...interface{}) *Middleware_Append_Call
Append is a helper method to define mock.On call
- middleware ...http.Middleware
func (*Middleware_Expecter) GetGlobalMiddleware ¶
func (_e *Middleware_Expecter) GetGlobalMiddleware() *Middleware_GetGlobalMiddleware_Call
GetGlobalMiddleware is a helper method to define mock.On call
func (*Middleware_Expecter) GetRecover ¶
func (_e *Middleware_Expecter) GetRecover() *Middleware_GetRecover_Call
GetRecover is a helper method to define mock.On call
func (*Middleware_Expecter) Prepend ¶
func (_e *Middleware_Expecter) Prepend(middleware ...interface{}) *Middleware_Prepend_Call
Prepend is a helper method to define mock.On call
- middleware ...http.Middleware
func (*Middleware_Expecter) Recover ¶
func (_e *Middleware_Expecter) Recover(fn interface{}) *Middleware_Recover_Call
Recover is a helper method to define mock.On call
- fn func(http.Context , interface{})
func (*Middleware_Expecter) Use ¶
func (_e *Middleware_Expecter) Use(middleware ...interface{}) *Middleware_Use_Call
Use is a helper method to define mock.On call
- middleware ...http.Middleware
type Middleware_GetGlobalMiddleware_Call ¶
Middleware_GetGlobalMiddleware_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGlobalMiddleware'
func (*Middleware_GetGlobalMiddleware_Call) Return ¶
func (_c *Middleware_GetGlobalMiddleware_Call) Return(_a0 []http.Middleware) *Middleware_GetGlobalMiddleware_Call
func (*Middleware_GetGlobalMiddleware_Call) Run ¶
func (_c *Middleware_GetGlobalMiddleware_Call) Run(run func()) *Middleware_GetGlobalMiddleware_Call
func (*Middleware_GetGlobalMiddleware_Call) RunAndReturn ¶
func (_c *Middleware_GetGlobalMiddleware_Call) RunAndReturn(run func() []http.Middleware) *Middleware_GetGlobalMiddleware_Call
type Middleware_GetRecover_Call ¶
Middleware_GetRecover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRecover'
func (*Middleware_GetRecover_Call) Return ¶
func (_c *Middleware_GetRecover_Call) Return(_a0 func(http.Context, interface{})) *Middleware_GetRecover_Call
func (*Middleware_GetRecover_Call) Run ¶
func (_c *Middleware_GetRecover_Call) Run(run func()) *Middleware_GetRecover_Call
func (*Middleware_GetRecover_Call) RunAndReturn ¶
func (_c *Middleware_GetRecover_Call) RunAndReturn(run func() func(http.Context, interface{})) *Middleware_GetRecover_Call
type Middleware_Prepend_Call ¶
Middleware_Prepend_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Prepend'
func (*Middleware_Prepend_Call) Return ¶
func (_c *Middleware_Prepend_Call) Return(_a0 configuration.Middleware) *Middleware_Prepend_Call
func (*Middleware_Prepend_Call) Run ¶
func (_c *Middleware_Prepend_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Prepend_Call
func (*Middleware_Prepend_Call) RunAndReturn ¶
func (_c *Middleware_Prepend_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Prepend_Call
type Middleware_Recover_Call ¶
Middleware_Recover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Recover'
func (*Middleware_Recover_Call) Return ¶
func (_c *Middleware_Recover_Call) Return(_a0 configuration.Middleware) *Middleware_Recover_Call
func (*Middleware_Recover_Call) Run ¶
func (_c *Middleware_Recover_Call) Run(run func(fn func(http.Context, interface{}))) *Middleware_Recover_Call
func (*Middleware_Recover_Call) RunAndReturn ¶
func (_c *Middleware_Recover_Call) RunAndReturn(run func(func(http.Context, interface{})) configuration.Middleware) *Middleware_Recover_Call
type Middleware_Use_Call ¶
Middleware_Use_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Use'
func (*Middleware_Use_Call) Return ¶
func (_c *Middleware_Use_Call) Return(_a0 configuration.Middleware) *Middleware_Use_Call
func (*Middleware_Use_Call) Run ¶
func (_c *Middleware_Use_Call) Run(run func(middleware ...http.Middleware)) *Middleware_Use_Call
func (*Middleware_Use_Call) RunAndReturn ¶
func (_c *Middleware_Use_Call) RunAndReturn(run func(...http.Middleware) configuration.Middleware) *Middleware_Use_Call
type Paths ¶
Paths is an autogenerated mock type for the Paths type
func NewPaths ¶
NewPaths creates a new instance of Paths. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Paths) App ¶
func (_m *Paths) App(path string) configuration.Paths
App provides a mock function with given fields: path
func (*Paths) Bootstrap ¶
func (_m *Paths) Bootstrap(path string) configuration.Paths
Bootstrap provides a mock function with given fields: path
func (*Paths) Commands ¶
func (_m *Paths) Commands(path string) configuration.Paths
Commands provides a mock function with given fields: path
func (*Paths) Config ¶
func (_m *Paths) Config(path string) configuration.Paths
Config provides a mock function with given fields: path
func (*Paths) Controllers ¶
func (_m *Paths) Controllers(path string) configuration.Paths
Controllers provides a mock function with given fields: path
func (*Paths) Database ¶
func (_m *Paths) Database(path string) configuration.Paths
Database provides a mock function with given fields: path
func (*Paths) EXPECT ¶
func (_m *Paths) EXPECT() *Paths_Expecter
func (*Paths) Events ¶
func (_m *Paths) Events(path string) configuration.Paths
Events provides a mock function with given fields: path
func (*Paths) Facades ¶
func (_m *Paths) Facades(path string) configuration.Paths
Facades provides a mock function with given fields: path
func (*Paths) Factories ¶
func (_m *Paths) Factories(path string) configuration.Paths
Factories provides a mock function with given fields: path
func (*Paths) Filters ¶
func (_m *Paths) Filters(path string) configuration.Paths
Filters provides a mock function with given fields: path
func (*Paths) Jobs ¶
func (_m *Paths) Jobs(path string) configuration.Paths
Jobs provides a mock function with given fields: path
func (*Paths) Lang ¶
func (_m *Paths) Lang(path string) configuration.Paths
Lang provides a mock function with given fields: path
func (*Paths) Listeners ¶
func (_m *Paths) Listeners(path string) configuration.Paths
Listeners provides a mock function with given fields: path
func (*Paths) Mails ¶
func (_m *Paths) Mails(path string) configuration.Paths
Mails provides a mock function with given fields: path
func (*Paths) Middleware ¶
func (_m *Paths) Middleware(path string) configuration.Paths
Middleware provides a mock function with given fields: path
func (*Paths) Migrations ¶
func (_m *Paths) Migrations(path string) configuration.Paths
Migrations provides a mock function with given fields: path
func (*Paths) Models ¶
func (_m *Paths) Models(path string) configuration.Paths
Models provides a mock function with given fields: path
func (*Paths) Observers ¶
func (_m *Paths) Observers(path string) configuration.Paths
Observers provides a mock function with given fields: path
func (*Paths) Packages ¶
func (_m *Paths) Packages(path string) configuration.Paths
Packages provides a mock function with given fields: path
func (*Paths) Policies ¶
func (_m *Paths) Policies(path string) configuration.Paths
Policies provides a mock function with given fields: path
func (*Paths) Providers ¶
func (_m *Paths) Providers(path string) configuration.Paths
Providers provides a mock function with given fields: path
func (*Paths) Public ¶
func (_m *Paths) Public(path string) configuration.Paths
Public provides a mock function with given fields: path
func (*Paths) Requests ¶
func (_m *Paths) Requests(path string) configuration.Paths
Requests provides a mock function with given fields: path
func (*Paths) Resources ¶
func (_m *Paths) Resources(path string) configuration.Paths
Resources provides a mock function with given fields: path
func (*Paths) Routes ¶
func (_m *Paths) Routes(path string) configuration.Paths
Routes provides a mock function with given fields: path
func (*Paths) Rules ¶
func (_m *Paths) Rules(path string) configuration.Paths
Rules provides a mock function with given fields: path
func (*Paths) Seeders ¶
func (_m *Paths) Seeders(path string) configuration.Paths
Seeders provides a mock function with given fields: path
func (*Paths) Storage ¶
func (_m *Paths) Storage(path string) configuration.Paths
Storage provides a mock function with given fields: path
type Paths_App_Call ¶
Paths_App_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'App'
func (*Paths_App_Call) Return ¶
func (_c *Paths_App_Call) Return(_a0 configuration.Paths) *Paths_App_Call
func (*Paths_App_Call) Run ¶
func (_c *Paths_App_Call) Run(run func(path string)) *Paths_App_Call
func (*Paths_App_Call) RunAndReturn ¶
func (_c *Paths_App_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_App_Call
type Paths_Bootstrap_Call ¶
Paths_Bootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Bootstrap'
func (*Paths_Bootstrap_Call) Return ¶
func (_c *Paths_Bootstrap_Call) Return(_a0 configuration.Paths) *Paths_Bootstrap_Call
func (*Paths_Bootstrap_Call) Run ¶
func (_c *Paths_Bootstrap_Call) Run(run func(path string)) *Paths_Bootstrap_Call
func (*Paths_Bootstrap_Call) RunAndReturn ¶
func (_c *Paths_Bootstrap_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Bootstrap_Call
type Paths_Commands_Call ¶
Paths_Commands_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Commands'
func (*Paths_Commands_Call) Return ¶
func (_c *Paths_Commands_Call) Return(_a0 configuration.Paths) *Paths_Commands_Call
func (*Paths_Commands_Call) Run ¶
func (_c *Paths_Commands_Call) Run(run func(path string)) *Paths_Commands_Call
func (*Paths_Commands_Call) RunAndReturn ¶
func (_c *Paths_Commands_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Commands_Call
type Paths_Config_Call ¶
Paths_Config_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Config'
func (*Paths_Config_Call) Return ¶
func (_c *Paths_Config_Call) Return(_a0 configuration.Paths) *Paths_Config_Call
func (*Paths_Config_Call) Run ¶
func (_c *Paths_Config_Call) Run(run func(path string)) *Paths_Config_Call
func (*Paths_Config_Call) RunAndReturn ¶
func (_c *Paths_Config_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Config_Call
type Paths_Controllers_Call ¶
Paths_Controllers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Controllers'
func (*Paths_Controllers_Call) Return ¶
func (_c *Paths_Controllers_Call) Return(_a0 configuration.Paths) *Paths_Controllers_Call
func (*Paths_Controllers_Call) Run ¶
func (_c *Paths_Controllers_Call) Run(run func(path string)) *Paths_Controllers_Call
func (*Paths_Controllers_Call) RunAndReturn ¶
func (_c *Paths_Controllers_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Controllers_Call
type Paths_Database_Call ¶
Paths_Database_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Database'
func (*Paths_Database_Call) Return ¶
func (_c *Paths_Database_Call) Return(_a0 configuration.Paths) *Paths_Database_Call
func (*Paths_Database_Call) Run ¶
func (_c *Paths_Database_Call) Run(run func(path string)) *Paths_Database_Call
func (*Paths_Database_Call) RunAndReturn ¶
func (_c *Paths_Database_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Database_Call
type Paths_Events_Call ¶
Paths_Events_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Events'
func (*Paths_Events_Call) Return ¶
func (_c *Paths_Events_Call) Return(_a0 configuration.Paths) *Paths_Events_Call
func (*Paths_Events_Call) Run ¶
func (_c *Paths_Events_Call) Run(run func(path string)) *Paths_Events_Call
func (*Paths_Events_Call) RunAndReturn ¶
func (_c *Paths_Events_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Events_Call
type Paths_Expecter ¶
type Paths_Expecter struct {
// contains filtered or unexported fields
}
func (*Paths_Expecter) App ¶
func (_e *Paths_Expecter) App(path interface{}) *Paths_App_Call
App is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Bootstrap ¶
func (_e *Paths_Expecter) Bootstrap(path interface{}) *Paths_Bootstrap_Call
Bootstrap is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Commands ¶
func (_e *Paths_Expecter) Commands(path interface{}) *Paths_Commands_Call
Commands is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Config ¶
func (_e *Paths_Expecter) Config(path interface{}) *Paths_Config_Call
Config is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Controllers ¶
func (_e *Paths_Expecter) Controllers(path interface{}) *Paths_Controllers_Call
Controllers is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Database ¶
func (_e *Paths_Expecter) Database(path interface{}) *Paths_Database_Call
Database is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Events ¶
func (_e *Paths_Expecter) Events(path interface{}) *Paths_Events_Call
Events is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Facades ¶
func (_e *Paths_Expecter) Facades(path interface{}) *Paths_Facades_Call
Facades is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Factories ¶
func (_e *Paths_Expecter) Factories(path interface{}) *Paths_Factories_Call
Factories is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Filters ¶
func (_e *Paths_Expecter) Filters(path interface{}) *Paths_Filters_Call
Filters is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Jobs ¶
func (_e *Paths_Expecter) Jobs(path interface{}) *Paths_Jobs_Call
Jobs is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Lang ¶
func (_e *Paths_Expecter) Lang(path interface{}) *Paths_Lang_Call
Lang is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Listeners ¶
func (_e *Paths_Expecter) Listeners(path interface{}) *Paths_Listeners_Call
Listeners is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Mails ¶
func (_e *Paths_Expecter) Mails(path interface{}) *Paths_Mails_Call
Mails is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Middleware ¶
func (_e *Paths_Expecter) Middleware(path interface{}) *Paths_Middleware_Call
Middleware is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Migrations ¶
func (_e *Paths_Expecter) Migrations(path interface{}) *Paths_Migrations_Call
Migrations is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Models ¶
func (_e *Paths_Expecter) Models(path interface{}) *Paths_Models_Call
Models is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Observers ¶
func (_e *Paths_Expecter) Observers(path interface{}) *Paths_Observers_Call
Observers is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Packages ¶
func (_e *Paths_Expecter) Packages(path interface{}) *Paths_Packages_Call
Packages is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Policies ¶
func (_e *Paths_Expecter) Policies(path interface{}) *Paths_Policies_Call
Policies is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Providers ¶
func (_e *Paths_Expecter) Providers(path interface{}) *Paths_Providers_Call
Providers is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Public ¶
func (_e *Paths_Expecter) Public(path interface{}) *Paths_Public_Call
Public is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Requests ¶
func (_e *Paths_Expecter) Requests(path interface{}) *Paths_Requests_Call
Requests is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Resources ¶
func (_e *Paths_Expecter) Resources(path interface{}) *Paths_Resources_Call
Resources is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Routes ¶
func (_e *Paths_Expecter) Routes(path interface{}) *Paths_Routes_Call
Routes is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Rules ¶
func (_e *Paths_Expecter) Rules(path interface{}) *Paths_Rules_Call
Rules is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Seeders ¶
func (_e *Paths_Expecter) Seeders(path interface{}) *Paths_Seeders_Call
Seeders is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Storage ¶
func (_e *Paths_Expecter) Storage(path interface{}) *Paths_Storage_Call
Storage is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Tests ¶
func (_e *Paths_Expecter) Tests(path interface{}) *Paths_Tests_Call
Tests is a helper method to define mock.On call
- path string
func (*Paths_Expecter) Views ¶
func (_e *Paths_Expecter) Views(path interface{}) *Paths_Views_Call
Views is a helper method to define mock.On call
- path string
type Paths_Facades_Call ¶
Paths_Facades_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Facades'
func (*Paths_Facades_Call) Return ¶
func (_c *Paths_Facades_Call) Return(_a0 configuration.Paths) *Paths_Facades_Call
func (*Paths_Facades_Call) Run ¶
func (_c *Paths_Facades_Call) Run(run func(path string)) *Paths_Facades_Call
func (*Paths_Facades_Call) RunAndReturn ¶
func (_c *Paths_Facades_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Facades_Call
type Paths_Factories_Call ¶
Paths_Factories_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Factories'
func (*Paths_Factories_Call) Return ¶
func (_c *Paths_Factories_Call) Return(_a0 configuration.Paths) *Paths_Factories_Call
func (*Paths_Factories_Call) Run ¶
func (_c *Paths_Factories_Call) Run(run func(path string)) *Paths_Factories_Call
func (*Paths_Factories_Call) RunAndReturn ¶
func (_c *Paths_Factories_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Factories_Call
type Paths_Filters_Call ¶
Paths_Filters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Filters'
func (*Paths_Filters_Call) Return ¶
func (_c *Paths_Filters_Call) Return(_a0 configuration.Paths) *Paths_Filters_Call
func (*Paths_Filters_Call) Run ¶
func (_c *Paths_Filters_Call) Run(run func(path string)) *Paths_Filters_Call
func (*Paths_Filters_Call) RunAndReturn ¶
func (_c *Paths_Filters_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Filters_Call
type Paths_Jobs_Call ¶
Paths_Jobs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Jobs'
func (*Paths_Jobs_Call) Return ¶
func (_c *Paths_Jobs_Call) Return(_a0 configuration.Paths) *Paths_Jobs_Call
func (*Paths_Jobs_Call) Run ¶
func (_c *Paths_Jobs_Call) Run(run func(path string)) *Paths_Jobs_Call
func (*Paths_Jobs_Call) RunAndReturn ¶
func (_c *Paths_Jobs_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Jobs_Call
type Paths_Lang_Call ¶
Paths_Lang_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Lang'
func (*Paths_Lang_Call) Return ¶
func (_c *Paths_Lang_Call) Return(_a0 configuration.Paths) *Paths_Lang_Call
func (*Paths_Lang_Call) Run ¶
func (_c *Paths_Lang_Call) Run(run func(path string)) *Paths_Lang_Call
func (*Paths_Lang_Call) RunAndReturn ¶
func (_c *Paths_Lang_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Lang_Call
type Paths_Listeners_Call ¶
Paths_Listeners_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Listeners'
func (*Paths_Listeners_Call) Return ¶
func (_c *Paths_Listeners_Call) Return(_a0 configuration.Paths) *Paths_Listeners_Call
func (*Paths_Listeners_Call) Run ¶
func (_c *Paths_Listeners_Call) Run(run func(path string)) *Paths_Listeners_Call
func (*Paths_Listeners_Call) RunAndReturn ¶
func (_c *Paths_Listeners_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Listeners_Call
type Paths_Mails_Call ¶
Paths_Mails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Mails'
func (*Paths_Mails_Call) Return ¶
func (_c *Paths_Mails_Call) Return(_a0 configuration.Paths) *Paths_Mails_Call
func (*Paths_Mails_Call) Run ¶
func (_c *Paths_Mails_Call) Run(run func(path string)) *Paths_Mails_Call
func (*Paths_Mails_Call) RunAndReturn ¶
func (_c *Paths_Mails_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Mails_Call
type Paths_Middleware_Call ¶
Paths_Middleware_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Middleware'
func (*Paths_Middleware_Call) Return ¶
func (_c *Paths_Middleware_Call) Return(_a0 configuration.Paths) *Paths_Middleware_Call
func (*Paths_Middleware_Call) Run ¶
func (_c *Paths_Middleware_Call) Run(run func(path string)) *Paths_Middleware_Call
func (*Paths_Middleware_Call) RunAndReturn ¶
func (_c *Paths_Middleware_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Middleware_Call
type Paths_Migrations_Call ¶
Paths_Migrations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Migrations'
func (*Paths_Migrations_Call) Return ¶
func (_c *Paths_Migrations_Call) Return(_a0 configuration.Paths) *Paths_Migrations_Call
func (*Paths_Migrations_Call) Run ¶
func (_c *Paths_Migrations_Call) Run(run func(path string)) *Paths_Migrations_Call
func (*Paths_Migrations_Call) RunAndReturn ¶
func (_c *Paths_Migrations_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Migrations_Call
type Paths_Models_Call ¶
Paths_Models_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Models'
func (*Paths_Models_Call) Return ¶
func (_c *Paths_Models_Call) Return(_a0 configuration.Paths) *Paths_Models_Call
func (*Paths_Models_Call) Run ¶
func (_c *Paths_Models_Call) Run(run func(path string)) *Paths_Models_Call
func (*Paths_Models_Call) RunAndReturn ¶
func (_c *Paths_Models_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Models_Call
type Paths_Observers_Call ¶
Paths_Observers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Observers'
func (*Paths_Observers_Call) Return ¶
func (_c *Paths_Observers_Call) Return(_a0 configuration.Paths) *Paths_Observers_Call
func (*Paths_Observers_Call) Run ¶
func (_c *Paths_Observers_Call) Run(run func(path string)) *Paths_Observers_Call
func (*Paths_Observers_Call) RunAndReturn ¶
func (_c *Paths_Observers_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Observers_Call
type Paths_Packages_Call ¶
Paths_Packages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Packages'
func (*Paths_Packages_Call) Return ¶
func (_c *Paths_Packages_Call) Return(_a0 configuration.Paths) *Paths_Packages_Call
func (*Paths_Packages_Call) Run ¶
func (_c *Paths_Packages_Call) Run(run func(path string)) *Paths_Packages_Call
func (*Paths_Packages_Call) RunAndReturn ¶
func (_c *Paths_Packages_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Packages_Call
type Paths_Policies_Call ¶
Paths_Policies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Policies'
func (*Paths_Policies_Call) Return ¶
func (_c *Paths_Policies_Call) Return(_a0 configuration.Paths) *Paths_Policies_Call
func (*Paths_Policies_Call) Run ¶
func (_c *Paths_Policies_Call) Run(run func(path string)) *Paths_Policies_Call
func (*Paths_Policies_Call) RunAndReturn ¶
func (_c *Paths_Policies_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Policies_Call
type Paths_Providers_Call ¶
Paths_Providers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Providers'
func (*Paths_Providers_Call) Return ¶
func (_c *Paths_Providers_Call) Return(_a0 configuration.Paths) *Paths_Providers_Call
func (*Paths_Providers_Call) Run ¶
func (_c *Paths_Providers_Call) Run(run func(path string)) *Paths_Providers_Call
func (*Paths_Providers_Call) RunAndReturn ¶
func (_c *Paths_Providers_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Providers_Call
type Paths_Public_Call ¶
Paths_Public_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Public'
func (*Paths_Public_Call) Return ¶
func (_c *Paths_Public_Call) Return(_a0 configuration.Paths) *Paths_Public_Call
func (*Paths_Public_Call) Run ¶
func (_c *Paths_Public_Call) Run(run func(path string)) *Paths_Public_Call
func (*Paths_Public_Call) RunAndReturn ¶
func (_c *Paths_Public_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Public_Call
type Paths_Requests_Call ¶
Paths_Requests_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Requests'
func (*Paths_Requests_Call) Return ¶
func (_c *Paths_Requests_Call) Return(_a0 configuration.Paths) *Paths_Requests_Call
func (*Paths_Requests_Call) Run ¶
func (_c *Paths_Requests_Call) Run(run func(path string)) *Paths_Requests_Call
func (*Paths_Requests_Call) RunAndReturn ¶
func (_c *Paths_Requests_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Requests_Call
type Paths_Resources_Call ¶
Paths_Resources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Resources'
func (*Paths_Resources_Call) Return ¶
func (_c *Paths_Resources_Call) Return(_a0 configuration.Paths) *Paths_Resources_Call
func (*Paths_Resources_Call) Run ¶
func (_c *Paths_Resources_Call) Run(run func(path string)) *Paths_Resources_Call
func (*Paths_Resources_Call) RunAndReturn ¶
func (_c *Paths_Resources_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Resources_Call
type Paths_Routes_Call ¶
Paths_Routes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Routes'
func (*Paths_Routes_Call) Return ¶
func (_c *Paths_Routes_Call) Return(_a0 configuration.Paths) *Paths_Routes_Call
func (*Paths_Routes_Call) Run ¶
func (_c *Paths_Routes_Call) Run(run func(path string)) *Paths_Routes_Call
func (*Paths_Routes_Call) RunAndReturn ¶
func (_c *Paths_Routes_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Routes_Call
type Paths_Rules_Call ¶
Paths_Rules_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Rules'
func (*Paths_Rules_Call) Return ¶
func (_c *Paths_Rules_Call) Return(_a0 configuration.Paths) *Paths_Rules_Call
func (*Paths_Rules_Call) Run ¶
func (_c *Paths_Rules_Call) Run(run func(path string)) *Paths_Rules_Call
func (*Paths_Rules_Call) RunAndReturn ¶
func (_c *Paths_Rules_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Rules_Call
type Paths_Seeders_Call ¶
Paths_Seeders_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Seeders'
func (*Paths_Seeders_Call) Return ¶
func (_c *Paths_Seeders_Call) Return(_a0 configuration.Paths) *Paths_Seeders_Call
func (*Paths_Seeders_Call) Run ¶
func (_c *Paths_Seeders_Call) Run(run func(path string)) *Paths_Seeders_Call
func (*Paths_Seeders_Call) RunAndReturn ¶
func (_c *Paths_Seeders_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Seeders_Call
type Paths_Storage_Call ¶
Paths_Storage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Storage'
func (*Paths_Storage_Call) Return ¶
func (_c *Paths_Storage_Call) Return(_a0 configuration.Paths) *Paths_Storage_Call
func (*Paths_Storage_Call) Run ¶
func (_c *Paths_Storage_Call) Run(run func(path string)) *Paths_Storage_Call
func (*Paths_Storage_Call) RunAndReturn ¶
func (_c *Paths_Storage_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Storage_Call
type Paths_Tests_Call ¶
Paths_Tests_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Tests'
func (*Paths_Tests_Call) Return ¶
func (_c *Paths_Tests_Call) Return(_a0 configuration.Paths) *Paths_Tests_Call
func (*Paths_Tests_Call) Run ¶
func (_c *Paths_Tests_Call) Run(run func(path string)) *Paths_Tests_Call
func (*Paths_Tests_Call) RunAndReturn ¶
func (_c *Paths_Tests_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Tests_Call
type Paths_Views_Call ¶
Paths_Views_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Views'
func (*Paths_Views_Call) Return ¶
func (_c *Paths_Views_Call) Return(_a0 configuration.Paths) *Paths_Views_Call
func (*Paths_Views_Call) Run ¶
func (_c *Paths_Views_Call) Run(run func(path string)) *Paths_Views_Call
func (*Paths_Views_Call) RunAndReturn ¶
func (_c *Paths_Views_Call) RunAndReturn(run func(string) configuration.Paths) *Paths_Views_Call