dummy

module
v0.0.0-...-a6f2505 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2020 License: MIT

README

dummy

Golang dummy http service

#gRPC brew install protobuf

go get google.golang.org/grpc

go get -u github.com/golang/protobuf/{proto,protoc-gen-go}

go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway

#kafka https://github.com/confluentinc/confluent-kafka-go

brew install librdkafka pkg-config

#git:mod git config --global url."git@github.com:".insteadOf "https://github.com/"

git config --global url."git@gitlab.com:".insteadOf "https://gitlab.com/"

git config --global url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"

#graphql https://gqlgen.com/getting-started/

$ mkdir gqlgen-todos

$ cd gqlgen-todos

$ go mod init github.com/[username]/gqlgen-todos

$ go get github.com/99designs/gqlgen

Directories

Path Synopsis
cmd
svc
src
jwt
service/mock
Package mock_service is a generated GoMock package.
Package mock_service is a generated GoMock package.
srv/srvgql/mock
Package mock_srvgql is a generated GoMock package.
Package mock_srvgql is a generated GoMock package.
srv/srvgrpc/mock
Package mock_srvgrpc is a generated GoMock package.
Package mock_srvgrpc is a generated GoMock package.
srv/srvhttp/mock
Package mock_srvhttp is a generated GoMock package.
Package mock_srvhttp is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL