Searched refs:go (Results 1 – 25 of 73) sorted by relevance
123
/thrift-3.4.0/tutorial/go/ |
D | Makefile.am | 22 gen-go/tutorial/calculator.go gen-go/shared/shared_service.go: $(top_srcdir)/tutorial/tutorial.thri… 23 …$(THRIFT) --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift,package_prefix=github.com/… 25 all-local: gen-go/tutorial/calculator.go 28 $(GO) build $(GOBUILDEXTRA) -o go-tutorial ./src 29 …) build $(GOBUILDEXTRA) -o calculator-remote ./gen-go/tutorial/calculator-remote/calculator-remote… 34 $(GO) run src/*.go -server=true 37 $(GO) run src/*.go 40 $(GO) run src/*.go -server=true -secure=true 43 $(GO) run src/*.go -secure=true 46 $(RM) -r gen-* go-tutorial calculator-remote [all …]
|
/thrift-3.4.0/lib/go/test/fuzz/ |
D | Makefile.am | 20 gopathfuzz: $(THRIFT) fuzz.go 21 …$(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ..… 22 cd gen-go/shared && go mod init shared 23 cd gen-go/tutorial && go mod init tutorial 27 go test -tags gofuzz 30 $(RM) -r gopathfuzz gen-go 33 fuzz.go \ 34 fuzz_test.go \ 35 go.mod \ 36 go.sum
|
D | go.sum | 1 github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= 2 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8… 3 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj49… 4 golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= 5 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJ… 6 golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5G… 7 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70… 8 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPd… 9 golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZ… 10 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= [all …]
|
D | go.mod | 1 module github.com/apache/thrift/lib/go/test/fuzz 3 go 1.18 7 replace shared => ./gen-go/shared 9 replace tutorial => ./gen-go/tutorial
|
/thrift-3.4.0/lib/go/test/ |
D | go.sum | 2 github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= 3 github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= 4 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8… 5 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj49… 6 golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= 7 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJ… 8 golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5G… 9 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtH… 10 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70… 11 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70… [all …]
|
D | Makefile.am | 22 …SE = thrift_import=github.com/apache/thrift/lib/go/thrift,package_prefix=github.com/apache/thrift/… 24 THRIFTARGS = -out gopath/src/ --gen go:$(THRIFT_GO_ARGS_BASE)$(COMPILER_EXTRAFLAG) 27 THRIFTARGS_SKIP_REMOTE = -out gopath/src/ --gen go:skip_remote,$(THRIFT_GO_ARGS_BASE)$(COMPILER_EXT… 47 dontexportrwtest/compile_test.go \ 128 $(GO) test github.com/apache/thrift/lib/go/thrift 132 $(RM) -r gopath ThriftTest.thrift gen-go 135 $(GO) run TestClient.go
|
D | go.mod | 1 module github.com/apache/thrift/lib/go/test 3 go 1.18
|
D | ValidateTest.thrift | 20 namespace go validatetest 94 1: bool Bool0 = true (vt.const = "true", go.tag = 'json:"bool1"') 95 2: i8 Byte0 = 1 (vt.lt = "2", go.tag = 'json:"byte1"') 96 3: double Double0 = 1.0 (vt.lt = "2.0", go.tag = 'json:"double1"') 97 … 4: string String0 = "my const string" (vt.const = "my const string", go.tag = 'json:"string1"') 98 … 5: binary Binary0 = "my const string" (vt.const = "my const string", go.tag = 'json:"binary1"') 99 6: map<string, string> Map0 (vt.max_size = "2", go.tag = 'json:"map1"') 100 7: set<string> Set0 (vt.max_size = "2", go.tag = 'json:"set1"') 101 8: list<string> List0 (vt.max_size = "2", go.tag = 'json:"list1"') 102 9: EnumFoo Enum0 = EnumFoo.e2 (vt.in = "[EnumFoo.e2]", go.tag = 'json:"enum1"') [all …]
|
D | NamespacedTest.thrift | 22 namespace go lib.go.test.namespacedtest
|
D | ConflictNamespaceTestA.thrift | 19 namespace go conflicta.common
|
D | ConflictNamespaceTestB.thrift | 19 namespace go conflictb.common
|
D | ConflictNamespaceTestC.thrift | 19 namespace go common
|
D | ConflictNamespaceTestD.thrift | 19 namespace go conflictd.context
|
/thrift-3.4.0/test/go/ |
D | go.sum | 2 github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= 3 github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= 4 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8… 5 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj49… 7 golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= 8 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJ… 9 golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5G… 10 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtH… 11 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70… 12 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70… [all …]
|
D | genmock.sh | 7 go install github.com/golang/mock/mockgen 9 `go env GOPATH`/bin/mockgen -destination=src/common/mock_handler.go -package=common github.com/apac…
|
D | go.mod | 1 module github.com/apache/thrift/test/go 3 go 1.18
|
D | Makefile.am | 24 …RIFT) -out src/gen --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift,package_prefix=gi…
|
/thrift-3.4.0/ |
D | .gitignore | 288 /lib/go/pkg 289 /lib/go/src 290 /lib/go/test/fuzz/gopathfuzz 291 /lib/go/test/gopath/ 292 /lib/go/test/ThriftTest*.thrift 361 /test/go/bin/ 362 /test/go/ThriftTest*.thrift 363 /test/go/gopath 364 /test/go/pkg/ 365 /test/go/src/code.google.com/ [all …]
|
D | go.mod | 3 go 1.18
|
/thrift-3.4.0/lib/go/ |
D | README.md | 50 After initializing the go modules file in your project, use the following 53 $ go get github.com/apache/thrift 80 As such, we provide some helpers that do just this under lib/go/thrift/. E.g., 95 1: required string Bar (go.tag = "some_tag:\"some_tag_value\"") 130 [Go runtime bug](https://github.com/golang/go/issues/27707), currently 139 [TSimpleServer.Stop](https://pkg.go.dev/github.com/apache/thrift/lib/go/thrift#TSimpleServer.Stop) …
|
D | Makefile.am | 42 $(GO) vet -stdmethods=false github.com/apache/thrift/lib/go/thrift
|
/thrift-3.4.0/test/ |
D | Makefile.am | 76 SUBDIRS += go subdir 77 PRECROSS_TARGET += precross-go
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 68 echo "golang-go golang-go/dashboard boolean false" | debconf-set-selections 69 sudo apt-get -y install -qq golang golang-go
|
/thrift-3.4.0/tutorial/ |
D | Makefile.am | 62 SUBDIRS += go subdir
|
/thrift-3.4.0/lib/ |
D | Makefile.am | 73 SUBDIRS += go subdir
|
123