Documentation
¶
Overview ¶
Package api provides a versstile application programming interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application implements the API Port interface.
func NewApplication ¶
func NewApplication(core Core) *Application
NewApplication creates a new instance of Application with the provided core.
func (Application) GetGenerateShortcode ¶
func (a Application) GetGenerateShortcode(dc domain.Core) (*string, error)
GetGenerateShortcode delegates the shortcode generation to the underlying core.
func (Application) GetImportFile ¶
GetImportFile delegates the import file operation to the underlying core.
Click to show internal directories.
Click to hide internal directories.