package
Version:
v1.2.9
Opens a new window with list of versions in this module.
Published: Mar 10, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package proto defines a functions to work with proto messages.
Equal reports whether two messages are equal.
Marshal returns the wire-format encoding of m.
func RegisterDefaultTypes()
RegisterDefaultTypes registers the pair of encoders/decoders for common types.
Unmarshal parses the wire-format message in b and places the result in m.
The provided message must be mutable (e.g., a non-nil pointer to a message).
Message is the main interface for protobuf API v2 messages.
type Mount struct {
Destination string `protobuf:"1"`
Type string `protobuf:"2"`
Source string `protobuf:"3"`
Options []string `protobuf:"4"`
}
Mount specifies a mount for a container.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.