Documentation ¶
Index ¶
- func FJSONPB(w io.Writer, m protoreflect.ProtoMessage) error
- func FTextPB(w io.Writer, m protoreflect.ProtoMessage) error
- func FromPB(pbPath string, fs afero.Fs) (*sysl.Module, error)
- func GeneratePBBinaryMessage(w io.Writer, m protoreflect.ProtoMessage) error
- func GeneratePBBinaryMessageFile(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
- func JSONPB(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
- func TextPB(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePBBinaryMessage ¶ added in v0.122.0
func GeneratePBBinaryMessage(w io.Writer, m protoreflect.ProtoMessage) error
GeneratePBBinaryMessage generates binary message to IO writer specified by `w`.
func GeneratePBBinaryMessageFile ¶ added in v0.122.0
func GeneratePBBinaryMessageFile(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
GeneratePBBinaryMessageFile generates binary message to the file specified by `filename`.
func JSONPB ¶
func JSONPB(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
JSONPB ...
func TextPB ¶
func TextPB(m protoreflect.ProtoMessage, filename string, fs afero.Fs) error
TextPB ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.