type google.golang.org/protobuf/runtime/protoiface.MarshalOutput
9 uses
google.golang.org/protobuf/runtime/protoiface (current package)
methods.go#L31: Marshal func(MarshalInput) (MarshalOutput, error)
methods.go#L80: type MarshalOutput = struct {
google.golang.org/protobuf/internal/impl
encode.go#L99: func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.MarshalOutput, err error) {
encode.go#L109: return piface.MarshalOutput{Buf: b}, err
legacy_message.go#L385: func legacyMarshal(in piface.MarshalInput) (piface.MarshalOutput, error) {
legacy_message.go#L389: return piface.MarshalOutput{}, errors.New("%T does not implement Marshal", v)
legacy_message.go#L395: return piface.MarshalOutput{
google.golang.org/protobuf/proto
encode.go#L133: func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
encode.go#L140: func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, err error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |