Documentation ¶
Index ¶
- func Convert_peer1_Foo_To_target1_Foo(in *peer1.Foo, out *Foo, s conversion.Scope) error
- func Convert_peer1_SubFooStruct_To_target1_SubFooStruct(in *peer1.SubFooStruct, out *SubFooStruct, s conversion.Scope) error
- func Convert_target1_Foo_To_peer1_Foo(in *Foo, out *peer1.Foo, s conversion.Scope) error
- func Convert_target1_SubFooStruct_To_peer1_SubFooStruct(in *SubFooStruct, out *peer1.SubFooStruct, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- type Foo
- type SubFooStruct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert_peer1_Foo_To_target1_Foo ¶
Convert_peer1_Foo_To_target1_Foo is an autogenerated conversion function.
func Convert_peer1_SubFooStruct_To_target1_SubFooStruct ¶
func Convert_peer1_SubFooStruct_To_target1_SubFooStruct(in *peer1.SubFooStruct, out *SubFooStruct, s conversion.Scope) error
Convert_peer1_SubFooStruct_To_target1_SubFooStruct is an autogenerated conversion function.
func Convert_target1_Foo_To_peer1_Foo ¶
Convert_target1_Foo_To_peer1_Foo is an autogenerated conversion function.
func Convert_target1_SubFooStruct_To_peer1_SubFooStruct ¶
func Convert_target1_SubFooStruct_To_peer1_SubFooStruct(in *SubFooStruct, out *peer1.SubFooStruct, s conversion.Scope) error
Convert_target1_SubFooStruct_To_peer1_SubFooStruct is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
Types ¶
type Foo ¶
type Foo struct { Str string Int64Ptr *int64 SubStruct SubFooStruct }
type SubFooStruct ¶
type SubFooStruct struct {
BoolSlice []bool
}
Click to show internal directories.
Click to hide internal directories.