TraceProvider

public protocol TraceProvider

Undocumented

Traces

  • Undocumented

    Declaration

    Swift

    func archive(id: UUID) -> EventLoopFuture<Void>
  • Undocumented

    Declaration

    Swift

    func trace(id: UUID) -> EventLoopFuture<Trace>
  • Undocumented

    Declaration

    Swift

    func traces(for query: TraceQuery) -> EventLoopFuture<[Trace]>

Others