Documentation ¶
Index ¶
- func IsErrUnsupportedFormatterValue(err error) bool
- func MakeErrUnsupportedFormatterValue(formatValue string, g schnittstellen.GattungLike) error
- func MakeTextFormatter(af schnittstellen.AkteReaderFactory, k akten.Konfig) textFormatter
- func MakeTextFormatterWithAkteFormatter(af schnittstellen.AkteReaderFactory, k akten.Konfig, ...) textFormatter
- type ErrLockRequired
- type ErrUnsupportedFormatterValue
- type FormatterValue
- type VerlorenAndGefundenError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeErrUnsupportedFormatterValue ¶
func MakeErrUnsupportedFormatterValue( formatValue string, g schnittstellen.GattungLike, ) error
func MakeTextFormatter ¶
func MakeTextFormatter( af schnittstellen.AkteReaderFactory, k akten.Konfig, ) textFormatter
func MakeTextFormatterWithAkteFormatter ¶
func MakeTextFormatterWithAkteFormatter( af schnittstellen.AkteReaderFactory, k akten.Konfig, akteFormatter script_config.RemoteScript, ) textFormatter
Types ¶
type ErrLockRequired ¶
type ErrLockRequired struct {
Operation string
}
func (ErrLockRequired) Error ¶
func (e ErrLockRequired) Error() string
func (ErrLockRequired) Is ¶
func (e ErrLockRequired) Is(target error) bool
type ErrUnsupportedFormatterValue ¶
type ErrUnsupportedFormatterValue interface { error GetFormatValue() string GetGattung() schnittstellen.GattungLike }
type FormatterValue ¶
type FormatterValue struct {
// contains filtered or unexported fields
}
func (*FormatterValue) MakeFormatterObjekte ¶
func (fv *FormatterValue) MakeFormatterObjekte( out io.Writer, s standort.Standort, k akten.Konfig, logFunc schnittstellen.FuncIter[*sku.Transacted], cliFmt schnittstellen.StringFormatWriter[*sku.Transacted], enn ennui.Ennui, rob func(*sha.Sha) (*sku.Transacted, error), bs interface { ReadOneKennung(kennung.Kennung) (*sku.Transacted, error) ReadOneEnnui(sh *sha.Sha) (sk *sku.Transacted, err error) }, ) schnittstellen.FuncIter[*sku.Transacted]
func (*FormatterValue) Set ¶
func (f *FormatterValue) Set(v string) (err error)
func (FormatterValue) String ¶
func (f FormatterValue) String() string
Click to show internal directories.
Click to hide internal directories.