Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct{}
func NewApplication ¶
func NewApplication() *Application
type Input ¶
type Input struct {
SourceCode string
}
func (*Input) Deserialization ¶
func (*Input) Serialization ¶
type Output ¶
type Output struct {
Data string
}
func (*Output) Deserialization ¶
func (*Output) Serialization ¶
Click to show internal directories.
Click to hide internal directories.