Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtikelIdTyp ¶
type ArtikelIdTyp int
ArtikelIdTyp ermöglicht die Unterscheidung zwischen ArtikelId und GruppenArtikelId
const ( ARTIKELID ArtikelIdTyp = iota + 1 // Übertragungsnetzbetreiber GRUPPENARTIKELID // Verteilnetzbetreiber )
func (ArtikelIdTyp) MarshalJSON ¶
func (r ArtikelIdTyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so ArtikelIdTyp satisfies json.Marshaler.
func (ArtikelIdTyp) String ¶
func (i ArtikelIdTyp) String() string
func (*ArtikelIdTyp) UnmarshalJSON ¶
func (r *ArtikelIdTyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so ArtikelIdTyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.