Versions in this module Expand all Collapse all v1 v1.3.0 Feb 2, 2022 Changes in this version + const ContextDecoratorFuncName + const FailedOpsMetricName + const OpsDurationMetricName + const TotalOpsMetricName + type MethodInvocation struct + func NewMethodInvocation(method *astgen.MethodConfig) *MethodInvocation + func (m *MethodInvocation) Build() ast.Stmt + func (m *MethodInvocation) SetReceiver(s *ast.SelectorExpr) + type ReturnResults struct + func NewReturnResults(m *astgen.MethodConfig) *ReturnResults + func (r *ReturnResults) Build() ast.Stmt + type StartTimeRecorder struct + StartFieldName string + TimePackageAlias string + func RecordStartTime(timePackageAlias string) *StartTimeRecorder + func (r StartTimeRecorder) Build() ast.Stmt v1.2.0 Dec 7, 2021