bff

package
v0.41.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2026 License: MIT Imports: 2 Imported by: 0

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

type MetricsTemplate struct {
	Contents string `json:"contents"`
	Name     string `json:"name"`
}

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL