target1

package
v0.0.0-...-9c78f58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert_peer1_Foo_To_target1_Foo

func Convert_peer1_Foo_To_target1_Foo(in *peer1.Foo, out *Foo, s conversion.Scope) error

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

func Convert_target1_Foo_To_peer1_Foo(in *Foo, out *peer1.Foo, s conversion.Scope) error

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

func RegisterConversions(s *runtime.Scheme) error

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL