2019-01-11 18:43:04 +00:00
|
|
|
package mocks
|
|
|
|
|
2019-01-15 14:58:20 +00:00
|
|
|
import (
|
|
|
|
"gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud/types"
|
|
|
|
)
|
2019-01-11 18:43:04 +00:00
|
|
|
|
|
|
|
// Client is an autogenerated mock type for the Client type
|
|
|
|
type Client struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
// Apps provides a mock function with given fields:
|
|
|
|
func (_m *Client) Apps() types.Apps {
|
|
|
|
return new(Apps)
|
|
|
|
}
|
|
|
|
|
|
|
|
// AppsConfig provides a mock function with given fields:
|
|
|
|
func (_m *Client) AppsConfig() types.AppsConfig {
|
|
|
|
return new(AppsConfig)
|
|
|
|
}
|
|
|
|
|
|
|
|
// GroupFolders provides a mock function with given fields:
|
|
|
|
func (_m *Client) GroupFolders() types.GroupFolders {
|
|
|
|
return new(GroupFolders)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Groups provides a mock function with given fields:
|
|
|
|
func (_m *Client) Groups() types.Groups {
|
|
|
|
return new(Groups)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Notifications provides a mock function with given fields:
|
|
|
|
func (_m *Client) Notifications() types.Notifications {
|
|
|
|
return new(Notifications)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Shares provides a mock function with given fields:
|
|
|
|
func (_m *Client) Shares() types.Shares {
|
|
|
|
return new(Shares)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Users provides a mock function with given fields:
|
|
|
|
func (_m *Client) Users() types.Users {
|
|
|
|
return new(Users)
|
|
|
|
}
|