/skeleton

Crowde Skeleton

Primary LanguageGo

Skeleton

Skeleton

Arsitektur

Architecture

Request Flow

Request Flow

Request Explaination

Flow Pagination

Pagination

Flow Create/Update/Delete

Create/Update/Delete

Flow Get

Get

Tool

Saat ini masih menggunakan protoc-gen-go versi yang lama (v1.4.3)

$ go install \
    github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
    github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \
    github.com/golang/protobuf/protoc-gen-go

Perintah

  • Build Dependency Graph
go run cmds/dic/main.go
  • Application
go run cmds/app/main.go
  • Generator
go run cmds/module/main.go register
go run cmds/module/main.go unregister

Testing

$ go test ./... [-v]

Contoh

Dokumentasi