mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 17:46:48 +00:00
5 lines
210 B
Go
5 lines
210 B
Go
// Package proto provides the gRPC definition of the focus service.
|
|
package proto
|
|
|
|
//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative focus.proto
|