proto

package
v0.11.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message interface {
	Marshal() ([]byte, error)
	TryGetFieldByNumber(fieldNumber int) (interface{}, error)
	TrySetFieldByNumber(fieldNumber int, val interface{}) error
}

TODO(marina.sakai): remove this

func NewMessage

func NewMessage(descriptor MessageDescriptor) Message

TODO(marina.sakai): modify this

type MessageDescriptor

type MessageDescriptor = *desc.MessageDescriptor

type ServiceDescriptor

type ServiceDescriptor = *desc.ServiceDescriptor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL