idl

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiffBinaryReq

type DiffBinaryReq struct {
	Online string `thrift:"online,1,required" json:"online"`
	Test   string `thrift:"test,2,required" json:"test"`
}

Attributes:

  • Online
  • Test

func NewDiffBinaryReq

func NewDiffBinaryReq() *DiffBinaryReq

func (*DiffBinaryReq) New

func (r *DiffBinaryReq) New() *DiffBinaryReq

func (*DiffBinaryReq) String

func (p *DiffBinaryReq) String() string

type DiffBinaryResp

type DiffBinaryResp struct {
	Diff   string `thrift:"diff,1,required" json:"diff"`
	Errmsg string `thrift:"errmsg,2,required" json:"errmsg"`
}

Attributes:

  • Diff
  • Errmsg

func NewDiffBinaryResp

func NewDiffBinaryResp() *DiffBinaryResp

func (*DiffBinaryResp) New

func (r *DiffBinaryResp) New() *DiffBinaryResp

func (*DiffBinaryResp) String

func (p *DiffBinaryResp) String() string

type ReplayedReq

type ReplayedReq struct {
	Trace   string `json:"trace"`
	RetType string `json:"retType"`
	Project string `json:"project"`
}

type ReplayedResp

type ReplayedResp struct {
	Success bool        `json:"success"`
	Errmsg  string      `json:"errmsg"`
	Diffs   interface{} `json:"diffs,omitempty"`
}

type Response

type Response struct {
	Errno  int32  `thrift:"errno,1,required" json:"errno"`
	Errmsg string `thrift:"errmsg,2,required" json:"errmsg"`
}

Attributes:

  • Errno
  • Errmsg

func NewResponse

func NewResponse() *Response

func (*Response) New

func (r *Response) New() *Response

func (*Response) String

func (p *Response) String() string

type SearchReq

type SearchReq struct {
	// request params
	Project          string   `json:"project"`
	InboundRequest   string   `json:"inbound_request"`
	InboundResponse  string   `json:"inbound_response"`
	OutboundRequest  string   `json:"outbound_request"`
	OutboundResponse string   `json:"outbound_response"`
	Apollo           string   `json:"apollo"`
	SessionId        string   `json:"session_id"`
	Page             int      `json:"page"`
	Size             int      `json:"size"`
	Field            []string `json:"field"`
	Date             []string `json:"date"`
	// for heuristic search
	Heuristic []string `json:"heuristic"`
	// inferred fields
	Start  string      `json:"-"`
	End    string      `json:"-"`
	Extend interface{} `json:"extend"`
}

type SearchResp

type SearchResp struct {
	Results  interface{} `json:"results"`
	Parallel int         `json:"parallel"`
	Errmsg   string      `json:"errmsg"`
}

Jump to

Keyboard shortcuts

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