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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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()
|
|
}
|