Documentation
¶
Index ¶
Constants ¶
View Source
const UpdateMetricsConfig_Operation = `` /* 237-byte string literal not displayed */
The mutation executed by UpdateMetricsConfig.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsTemplate ¶
func (*MetricsTemplate) GetContents ¶
func (v *MetricsTemplate) GetContents() string
GetContents returns MetricsTemplate.Contents, and is useful for accessing the field via an interface.
func (*MetricsTemplate) GetName ¶
func (v *MetricsTemplate) GetName() string
GetName returns MetricsTemplate.Name, and is useful for accessing the field via an interface.
type UpdateMetricsConfigResponse ¶
type UpdateMetricsConfigResponse struct {
// Update metrics config with the given configuration
UpdateMetricsConfig string `json:"updateMetricsConfig"`
}
UpdateMetricsConfigResponse is returned by UpdateMetricsConfig on success.
func UpdateMetricsConfig ¶
func UpdateMetricsConfig( ctx_ context.Context, client_ graphql.Client, projectId string, config string, templateFiles []MetricsTemplate, branch string, ) (data_ *UpdateMetricsConfigResponse, err_ error)
func (*UpdateMetricsConfigResponse) GetUpdateMetricsConfig ¶
func (v *UpdateMetricsConfigResponse) GetUpdateMetricsConfig() string
GetUpdateMetricsConfig returns UpdateMetricsConfigResponse.UpdateMetricsConfig, and is useful for accessing the field via an interface.
Click to show internal directories.
Click to hide internal directories.