Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Installation

  • Install buf: https://docs.buf.build/installation
  • Install protoc-gen-go-equal: go install github.com/bytebase/protoc-gen-go-equal@main
  • Run: buf generate
  • Format: buf format -w

Note: You may have command conflict for the buf: ohmyzsh/ohmyzsh#11169 If so please remove the brew alias in ~/.oh-my-zsh/plugins/brew/brew.plugin.zsh

Clients

  • Web: grpcui -plaintext localhost:8080
  • CLI: grpcurl -plaintext localhost:8080 bytebase.v1.ActuatorService.GetActuatorInfo