Documentation
¶
Index ¶
Constants ¶
View Source
const EnvRootKey = "NEXGATE_ENVROOT"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
ZugferdMaster *invoice.ZUGFeRDmaster
// contains filtered or unexported fields
}
func New ¶
func New(envRoot string) (*Orchestrator, error)
func NewDefault ¶
func NewDefault() (*Orchestrator, error)
func (*Orchestrator) CreateWriter ¶
func (o *Orchestrator) CreateWriter(provider string, engine string, timeout time.Duration, kind writer.WriterKind) (writer.Writer, error)
Die zentrale Factory-Methode
func (*Orchestrator) RunJsonJob ¶
func (o *Orchestrator) RunJsonJob(json []byte) (renderOutput *writer.RenderOutput, err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.