Documentation ¶
Index ¶
Constants ¶
View Source
const Format = "json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshaller ¶
type Marshaller struct { }
func (Marshaller) Marshal ¶
func (Marshaller) Marshal(in interface{}, variable model.ContentVariable) (out string, err error)
func (Marshaller) Unmarshal ¶
func (Marshaller) Unmarshal(in string, variable model.ContentVariable) (out interface{}, err error)
Click to show internal directories.
Click to hide internal directories.