rpclog

package
v0.0.0-...-0713623 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package rpclog is a generated protocol buffer package.

It is generated from these files:

rpclog.proto

It has these top-level messages:

Any
Peer
Entry

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Any

type Any struct {
	TypeUrl string `protobuf:"bytes,1,opt,name=type_url" json:"type_url,omitempty"`
	Value   []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) Reset

func (m *Any) Reset()

func (*Any) String

func (m *Any) String() string

type Entry

type Entry struct {
	Uuid         string   `protobuf:"bytes,1,opt,name=uuid" json:"uuid,omitempty"`
	Peer         *Peer    `protobuf:"bytes,2,opt,name=peer" json:"peer,omitempty"`
	Method       string   `protobuf:"bytes,3,opt,name=method" json:"method,omitempty"`
	StartNs      int64    `protobuf:"varint,4,opt,name=start_ns" json:"start_ns,omitempty"`
	EndNs        int64    `protobuf:"varint,5,opt,name=end_ns" json:"end_ns,omitempty"`
	Request      *Any     `protobuf:"bytes,6,opt,name=request" json:"request,omitempty"`
	Error        string   `protobuf:"bytes,7,opt,name=error" json:"error,omitempty"`
	Response     *Any     `protobuf:"bytes,8,opt,name=response" json:"response,omitempty"`
	LoggingError []string `protobuf:"bytes,9,rep,name=logging_error" json:"logging_error,omitempty"`
}

func (*Entry) GetPeer

func (m *Entry) GetPeer() *Peer

func (*Entry) GetRequest

func (m *Entry) GetRequest() *Any

func (*Entry) GetResponse

func (m *Entry) GetResponse() *Any

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) Reset

func (m *Entry) Reset()

func (*Entry) String

func (m *Entry) String() string

type Peer

type Peer struct {
	Address    string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
	CommonName string `protobuf:"bytes,2,opt,name=common_name" json:"common_name,omitempty"`
}

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) Reset

func (m *Peer) Reset()

func (*Peer) String

func (m *Peer) String() string

Jump to

Keyboard shortcuts

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