...

Package framework

import "golang.conradwood.net/apis/framework"
Overview
Index

Overview ▾

Package framework is a generated protocol buffer package.

It is generated from these files:

golang.conradwood.net/apis/framework/framework.proto

It has these top-level messages:

CallTrace
FrameworkMessageDetail

type CallTrace

deprecated

type CallTrace struct {
    Service string `protobuf:"bytes,1,opt,name=Service" json:"Service,omitempty"`
    Method  string `protobuf:"bytes,2,opt,name=Method" json:"Method,omitempty"`
    Message string `protobuf:"bytes,3,opt,name=Message" json:"Message,omitempty"`
}

func (*CallTrace) Descriptor

func (*CallTrace) Descriptor() ([]byte, []int)

func (*CallTrace) GetMessage

func (m *CallTrace) GetMessage() string

func (*CallTrace) GetMethod

func (m *CallTrace) GetMethod() string

func (*CallTrace) GetService

func (m *CallTrace) GetService() string

func (*CallTrace) ProtoMessage

func (*CallTrace) ProtoMessage()

func (*CallTrace) Reset

func (m *CallTrace) Reset()

func (*CallTrace) String

func (m *CallTrace) String() string

type FrameworkMessageDetail

deprecated

type FrameworkMessageDetail struct {
    CallTraces []*CallTrace `protobuf:"bytes,1,rep,name=CallTraces" json:"CallTraces,omitempty"`
    Message    string       `protobuf:"bytes,2,opt,name=Message" json:"Message,omitempty"`
    RequestID  string       `protobuf:"bytes,3,opt,name=RequestID" json:"RequestID,omitempty"`
}

func (*FrameworkMessageDetail) Descriptor

func (*FrameworkMessageDetail) Descriptor() ([]byte, []int)

func (*FrameworkMessageDetail) GetCallTraces

func (m *FrameworkMessageDetail) GetCallTraces() []*CallTrace

func (*FrameworkMessageDetail) GetMessage

func (m *FrameworkMessageDetail) GetMessage() string

func (*FrameworkMessageDetail) GetRequestID

func (m *FrameworkMessageDetail) GetRequestID() string

func (*FrameworkMessageDetail) ProtoMessage

func (*FrameworkMessageDetail) ProtoMessage()

func (*FrameworkMessageDetail) Reset

func (m *FrameworkMessageDetail) Reset()

func (*FrameworkMessageDetail) String

func (m *FrameworkMessageDetail) String() string