...

Source file src/github.com/ory/x/configx/span.go

Documentation: github.com/ory/x/configx

     1  package configx
     2  
     3  const (
     4  	LoadSpanOpName     = "config-load"
     5  	UpdatedSpanOpName  = "config-update"
     6  	SnapshotSpanOpName = "config-snapshot"
     7  )
     8  

View as plain text