anrede

package
v0.0.52 Latest Latest
Warning

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

Go to latest
Published: May 17, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anrede

type Anrede int

Anrede ist eine Auflistung möglicher abzurechnender Dienstleistungen.

const (
	// HERR (male)
	HERR             Anrede = iota + 1
	FRAU                    // FRAU (female)
	DIVERS                  // DIVERS (non-binary)
	EHELEUTE                // EHELEUTE (married couple)
	FIRMA                   // FIRMA (company)
	WOHNGEMEINSCHAFT        // WOHNGEMEINSCHAFT is a share flat/WG
	INDIVIDUELL             // INDIVIDUELL festgelegt
)

func (Anrede) MarshalJSON

func (r Anrede) MarshalJSON() ([]byte, error)

MarshalJSON is generated so Anrede satisfies json.Marshaler.

func (Anrede) String

func (i Anrede) String() string

func (*Anrede) UnmarshalJSON

func (r *Anrede) UnmarshalJSON(data []byte) error

UnmarshalJSON is generated so Anrede satisfies json.Unmarshaler.

Jump to

Keyboard shortcuts

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