github.com/gocrane/crane@v0.11.0/pkg/recommendation/framework/observe.go (about)

     1  package framework
     2  
     3  // Observe interface
     4  type Observe interface {
     5  	Observe(ctx *RecommendationContext) error
     6  }