Documentation ¶
Overview ¶
Package resourcemock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
User is a mock of User interface.
func (*User) AvailableDiskBytes ¶
AvailableDiskBytes mocks base method.
func (*User) EXPECT ¶
func (m *User) EXPECT() *UserMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type UserMockRecorder ¶
type UserMockRecorder struct {
// contains filtered or unexported fields
}
UserMockRecorder is the mock recorder for User.
func (*UserMockRecorder) AvailableDiskBytes ¶
func (mr *UserMockRecorder) AvailableDiskBytes() *gomock.Call
AvailableDiskBytes indicates an expected call of AvailableDiskBytes.
func (*UserMockRecorder) CPUUsage ¶
func (mr *UserMockRecorder) CPUUsage() *gomock.Call
CPUUsage indicates an expected call of CPUUsage.
func (*UserMockRecorder) DiskUsage ¶
func (mr *UserMockRecorder) DiskUsage() *gomock.Call
DiskUsage indicates an expected call of DiskUsage.
Click to show internal directories.
Click to hide internal directories.