var _ … var _ … // MarshalJSON panics to prevent marshalling of internal structs func (AvoidPods) MarshalJSON() ([]byte, error) { … } // UnmarshalJSON panics to prevent unmarshalling of internal structs func (*AvoidPods) UnmarshalJSON([]byte) error { … }