Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonnetInput ¶
type JsonnetInput struct { Data []byte `json:"data,omitempty"` Code string `json:"code,omitempty"` Imports map[string]JsonnetInput `json:"imports"` }
func (*JsonnetInput) Contents ¶
func (input *JsonnetInput) Contents() []byte
Click to show internal directories.
Click to hide internal directories.