Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstancesClient ¶
type InstancesClient struct {
DeleteInstanceCall struct {
sync.Mutex
CallCount int
Receives struct {
User string
}
Returns struct {
Error error
}
Stub func(string) error
}
ListInstancesCall struct {
sync.Mutex
CallCount int
Returns struct {
InstancesListResponse *gcpsql.InstancesListResponse
Error error
}
Stub func() (*gcpsql.InstancesListResponse, error)
}
}
func (*InstancesClient) DeleteInstance ¶
func (f *InstancesClient) DeleteInstance(param1 string) error
func (*InstancesClient) ListInstances ¶
func (f *InstancesClient) ListInstances() (*gcpsql.InstancesListResponse, error)
type Logger ¶
type Logger struct {
DebuglnCall struct {
sync.Mutex
CallCount int
Receives struct {
Message string
}
Stub func(string)
}
PrintfCall struct {
sync.Mutex
CallCount int
Receives struct {
Message string
A []interface {
}
}
Stub func(string, ...interface {
})
}
PromptWithDetailsCall struct {
sync.Mutex
CallCount int
Receives struct {
ResourceType string
ResourceName string
}
Returns struct {
Proceed bool
}
Stub func(string, string) bool
}
}
Click to show internal directories.
Click to hide internal directories.