Skip to content
Snippets Groups Projects
Select Git revision
  • development
  • main default protected
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
10 results

E2E.swift

Blame
  • generateProto.sh NaN GiB
    #!/bin/bash
    
    # This script will generate the protobuf Golang file (pb.go) out of the protobuf file (.proto).
    # This is meant to be called from the top level of the repo.
    
    protoc --go_out=paths=source_relative:. connections/authenticated/authenticated.proto