package
0.0.0-20230516001819-f967be058c8d
Repository: https://github.com/u-root/u-bmc.git
Documentation: pkg.go.dev
# README
gRPC definitions for u-bmc
When updating the .proto file, make sure to update and commit the updated Go implementation. The reason for this is to make it trivial to include the protocol definitions without having to do a pre-build step in Go.
-
Make sure you have
protoc
installed. On Debian this can be installed viaapt-get install protobuf-compiler
. -
Install
protoc-gen-go
by runninggo get -u github.com/golang/protobuf/protoc-gen-go
. -
Run
task proto:protogen
to update the .pb.go file(s).
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
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
# Interfaces
No description provided by the author
No description provided by the author
ManagementServiceClient is the client API for ManagementService service.
ManagementServiceServer is the server API for ManagementService service.
# Type aliases
No description provided by the author