mirror of https://github.com/status-im/consul.git
112 lines
3.6 KiB
Go
112 lines
3.6 KiB
Go
|
// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
|
||
|
package pbacl
|
||
|
|
||
|
import (
|
||
|
proto "google.golang.org/protobuf/proto"
|
||
|
)
|
||
|
|
||
|
// DeepCopyInto supports using LogoutResponse within kubernetes types, where deepcopy-gen is used.
|
||
|
func (in *LogoutResponse) DeepCopyInto(out *LogoutResponse) {
|
||
|
p := proto.Clone(in).(*LogoutResponse)
|
||
|
*out = *p
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogoutResponse. Required by controller-gen.
|
||
|
func (in *LogoutResponse) DeepCopy() *LogoutResponse {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(LogoutResponse)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new LogoutResponse. Required by controller-gen.
|
||
|
func (in *LogoutResponse) DeepCopyInterface() interface{} {
|
||
|
return in.DeepCopy()
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto supports using LoginRequest within kubernetes types, where deepcopy-gen is used.
|
||
|
func (in *LoginRequest) DeepCopyInto(out *LoginRequest) {
|
||
|
p := proto.Clone(in).(*LoginRequest)
|
||
|
*out = *p
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoginRequest. Required by controller-gen.
|
||
|
func (in *LoginRequest) DeepCopy() *LoginRequest {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(LoginRequest)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new LoginRequest. Required by controller-gen.
|
||
|
func (in *LoginRequest) DeepCopyInterface() interface{} {
|
||
|
return in.DeepCopy()
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto supports using LoginResponse within kubernetes types, where deepcopy-gen is used.
|
||
|
func (in *LoginResponse) DeepCopyInto(out *LoginResponse) {
|
||
|
p := proto.Clone(in).(*LoginResponse)
|
||
|
*out = *p
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoginResponse. Required by controller-gen.
|
||
|
func (in *LoginResponse) DeepCopy() *LoginResponse {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(LoginResponse)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new LoginResponse. Required by controller-gen.
|
||
|
func (in *LoginResponse) DeepCopyInterface() interface{} {
|
||
|
return in.DeepCopy()
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto supports using LoginToken within kubernetes types, where deepcopy-gen is used.
|
||
|
func (in *LoginToken) DeepCopyInto(out *LoginToken) {
|
||
|
p := proto.Clone(in).(*LoginToken)
|
||
|
*out = *p
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoginToken. Required by controller-gen.
|
||
|
func (in *LoginToken) DeepCopy() *LoginToken {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(LoginToken)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new LoginToken. Required by controller-gen.
|
||
|
func (in *LoginToken) DeepCopyInterface() interface{} {
|
||
|
return in.DeepCopy()
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto supports using LogoutRequest within kubernetes types, where deepcopy-gen is used.
|
||
|
func (in *LogoutRequest) DeepCopyInto(out *LogoutRequest) {
|
||
|
p := proto.Clone(in).(*LogoutRequest)
|
||
|
*out = *p
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogoutRequest. Required by controller-gen.
|
||
|
func (in *LogoutRequest) DeepCopy() *LogoutRequest {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(LogoutRequest)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new LogoutRequest. Required by controller-gen.
|
||
|
func (in *LogoutRequest) DeepCopyInterface() interface{} {
|
||
|
return in.DeepCopy()
|
||
|
}
|