Documentation ¶
Index ¶
- type General
- func (g *General) GetOrCreateSuggestion(instance *experimentsv1beta1.Experiment, suggestionRequests int32) (*suggestionsv1beta1.Suggestion, error)
- func (g *General) UpdateSuggestion(suggestion *suggestionsv1beta1.Suggestion) error
- func (g *General) UpdateSuggestionStatus(suggestion *suggestionsv1beta1.Suggestion) error
- type Suggestion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type General ¶
func (*General) GetOrCreateSuggestion ¶
func (g *General) GetOrCreateSuggestion(instance *experimentsv1beta1.Experiment, suggestionRequests int32) (*suggestionsv1beta1.Suggestion, error)
func (*General) UpdateSuggestion ¶
func (g *General) UpdateSuggestion(suggestion *suggestionsv1beta1.Suggestion) error
func (*General) UpdateSuggestionStatus ¶
func (g *General) UpdateSuggestionStatus(suggestion *suggestionsv1beta1.Suggestion) error
type Suggestion ¶
type Suggestion interface { GetOrCreateSuggestion(instance *experimentsv1beta1.Experiment, suggestionRequests int32) (*suggestionsv1beta1.Suggestion, error) UpdateSuggestion(suggestion *suggestionsv1beta1.Suggestion) error UpdateSuggestionStatus(suggestion *suggestionsv1beta1.Suggestion) error }
Click to show internal directories.
Click to hide internal directories.