 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestStruct ¶
type TestStruct struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata,omitempty"`
	Key                  string         `json:"Key"`
	Map                  map[string]int `json:"Map"`
	StringList           []string       `json:"StringList"`
	IntList              []int          `json:"IntList"`
}
    func (*TestStruct) CodecDecodeSelf ¶
func (x *TestStruct) CodecDecodeSelf(d *codec1978.Decoder)
func (*TestStruct) CodecEncodeSelf ¶
func (x *TestStruct) CodecEncodeSelf(e *codec1978.Encoder)
func (*TestStruct) IsAnAPIObject ¶
func (ts *TestStruct) IsAnAPIObject()
 Click to show internal directories. 
   Click to hide internal directories.