mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 10:57:34 +00:00
Remove unused file
This commit is contained in:
parent
1e2d9428c4
commit
c4ff38ed31
@ -195,23 +195,6 @@ func (in *GroupsCreateResponse) DeepCopy() *GroupsCreateResponse {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *InstancePoolsAPI) DeepCopyInto(out *InstancePoolsAPI) {
|
||||
*out = *in
|
||||
in.Client.DeepCopyInto(&out.Client)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstancePoolsAPI.
|
||||
func (in *InstancePoolsAPI) DeepCopy() *InstancePoolsAPI {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(InstancePoolsAPI)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *InstanceProfilesAPI) DeepCopyInto(out *InstanceProfilesAPI) {
|
||||
*out = *in
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
package aws
|
||||
|
||||
// InstancePoolsAPI exposes the InstancePools API
|
||||
type InstancePoolsAPI struct {
|
||||
Client DBClient
|
||||
}
|
||||
|
||||
func (a InstancePoolsAPI) init(client DBClient) InstancePoolsAPI {
|
||||
a.Client = client
|
||||
return a
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user