Categorygithub.com/justdomepaul/toolbox
repository
0.0.23
Repository: https://github.com/justdomepaul/toolbox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

toolbox

Golang toolbox list

  • array (only for golang 1.18 upper)
  • base58
  • config
  • database
  • errorhandler
  • firebase
  • grpc
  • interceptor
  • jwt
  • key
  • restful
  • services
  • shorten
  • shutdown
  • spannertool (part only for golang 1.18 upper)
  • stringtool
  • timestamp
  • zap

GCP Simulator

Cloud Storage : oittaa/gcp-storage-emulator
storage:
    image: oittaa/gcp-storage-emulator
    environment:
      PORT: 9023
    ports:
      - "9023:9023
    command: [ "start", "--in-memory", "--default-bucket=staging.project.appspot.com" ]
Cloud Spanner : gcr.io/cloud-spanner-emulator/emulator
spanner:
    image: gcr.io/cloud-spanner-emulator/emulator
    ports:
      - "9010:9010"
      - "9020:9020"
Cloud Pub/Sub : justdomepaul/gcp-pubsub-simulator
spanner:
    image: justdomepaul/gcp-pubsub-simulator
    ports:
      - "9000:9000"