gonextcloud/types/mocks/Client.go

45 lines
1.0 KiB
Go
Raw Normal View History

2019-01-11 18:43:04 +00:00
package mocks
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)
}