Home
last modified time | relevance | path

Searched defs:ObjectKeyVal (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gh/cli-2.4.0/vendor/github.com/itchyny/gojq/
H A Dquery.go601 type ObjectKeyVal struct { struct
602 Key string
603 KeyString *String
604 KeyQuery *Query
605 Val *ObjectVal
606 KeyOnly string
607 KeyOnlyString *String
610 func (e *ObjectKeyVal) String() string {
616 func (e *ObjectKeyVal) writeTo(s *strings.Builder) {
637 func (e *ObjectKeyVal) minify() {
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/gojq/
H A Dquery.go601 type ObjectKeyVal struct { struct
602 Key string `json:"key,omitempty"`
603 KeyString *String `json:"key_string,omitempty"`
604 KeyQuery *Query `json:"key_query,omitempty"`
605 Val *ObjectVal `json:"val,omitempty"`
606 KeyOnly string `json:"key_only,omitempty"`
607 KeyOnlyString *String `json:"key_only_string,omitempty"`
610 func (e *ObjectKeyVal) String() string {
616 func (e *ObjectKeyVal) writeTo(s *strings.Builder) {
637 func (e *ObjectKeyVal) minify() {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/itchyny/gojq/
H A Dquery.go770 type ObjectKeyVal struct { struct
771 Key string `( ( ( @Ident | @Variable | @Keyword )`
772 KeyString string ` | @String )`
773 Query *Query `| "(" @@ ")" ) ":"`
774 Val *ObjectVal `@@`
775 KeyOnly *string `| @Ident | @Variable`
776 KeyOnlyString string `| @String`
779 func (e *ObjectKeyVal) String() string {