github.com/grafana/pyroscope@v1.18.0/pkg/phlaredb/schemas/v1/models.go (about)

     1  package v1
     2  
     3  import googlev1 "github.com/grafana/pyroscope/api/gen/proto/go/google/v1"
     4  
     5  type Models interface {
     6  	*Profile | InMemoryProfile |
     7  		*googlev1.Location | InMemoryLocation |
     8  		*googlev1.Function | InMemoryFunction |
     9  		*googlev1.Mapping | InMemoryMapping |
    10  		*Stacktrace |
    11  		string
    12  }