Home
last modified time | relevance | path

Searched defs:InterfaceConfig (Results 1 – 4 of 4) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterfaceConfig.cpp30 InterfaceConfig::InterfaceConfig(int /*argc*/, char** /**argv[]*/) in InterfaceConfig() function in GemRB::InterfaceConfig
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Ddefinition.go679 type InterfaceConfig struct { struct
680 Name string `json:"name"`
681 Fields interface{} `json:"fields"`
682 ResolveType ResolveTypeFn
683 Description string `json:"description"`
703 func NewInterface(config InterfaceConfig) *Interface {
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Ddefinition.go686 type InterfaceConfig struct { struct
687 Name string `json:"name"`
688 Fields interface{} `json:"fields"`
689 ResolveType ResolveTypeFn
690 Description string `json:"description"`
710 func NewInterface(config InterfaceConfig) *Interface {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Ddefinition.go712 type InterfaceConfig struct { struct
713 Name string `json:"name"`
714 Fields interface{} `json:"fields"`
715 ResolveType ResolveTypeFn
716 Description string `json:"description"`
736 func NewInterface(config InterfaceConfig) *Interface {