Skip to content

yuttasakcom/go-hexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Hexa

Hexagonal Architecture or Ports and Adapters Architecture

Go Hexa

Before run make migrateup

export database=postgres://postgres:password@localhost:5432/go-hexa?sslmode=disable

Liveness Probe

livenessProbe:
  exec:
    command:
      - cat
      - /tmp/live

Readiness Probe

readinessProbe:
  httpGet:
    path: /health
    port: 80

Install protobuf

$ brew install protobuf
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published