github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/trace/call.go (about)

     1  package trace
     2  
     3  type call interface {
     4  	FunctionID() string
     5  }