Documentation ¶ Index ¶ func Stringify(message interface{}) string type Query func NewQuery(data interface{}) *Query func (q *Query) Query(expr string) *conv.Value Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stringify ¶ func Stringify(message interface{}) string Stringify attempts to create a reasonable string representation of types. It does things like resolve pointers to their values and omits struct fields with nil values. Types ¶ type Query ¶ type Query struct { // contains filtered or unexported fields } func NewQuery ¶ func NewQuery(data interface{}) *Query func (*Query) Query ¶ func (q *Query) Query(expr string) *conv.Value Source Files ¶ View all Source files query.gostringify.go Directories ¶ Show internal Expand all Path Synopsis json yaml Click to show internal directories. Click to hide internal directories.