Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpCallV1 ¶ added in v1.0.3
type Instance ¶
type Instance interface { NoteV1(mol *NoteV1, async ...bool) error DbqV1(mol *DbqV1, async ...bool) error HttpCallV1(mol *HttpCallV1, async ...bool) error ServicePieceV1(mol *ServicePieceV1, async ...bool) error ServiceV1(mol *ServiceV1, async ...bool) error GrpcV1(mol *GrpcV1, async ...bool) error }
type ServicePieceV1 ¶
type ServiceV1 ¶
type ServiceV1 struct { SvcParentName *string SvcParentVersion *string Endpoint string Url string Severity string ExecPath string ExecFunc string ReqVersion *string ReqSource *string ReqHeader *string ReqParam *string ReqQuery *string ReqForm *string ReqFiles *string ReqBody *string ResData *string ResCode int ResSubCode string ErrMessage *string StackTrace *string ClientIp string StartedAt time.Time FinishedAt time.Time }
Click to show internal directories.
Click to hide internal directories.