Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is an implementation of handling XML.
func NewXMLService ¶
NewXMLService returns a new XML service
func NewXMLServiceWithMockClock ¶
NewXMLServiceWithMockClock allows you to create an XML service with a minuplable clock
func (Service) DefaultTemplate ¶
func (service Service) DefaultTemplate(templateName string, data map[string]interface{}) (template.HTML, error)
DefaultTemplate returns a template given data.
func (Service) PackageXML ¶
PackageXML returns the XML representation of an application
Click to show internal directories.
Click to hide internal directories.