bean

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppGitOpsConfigRequest

type AppGitOpsConfigRequest struct {
	AppId         int    `json:"appId" validate:"required"`
	GitOpsRepoURL string `json:"gitRepoURL" validate:"required"`
	UserId        int32  `json:"-"`
}

type AppGitOpsConfigResponse

type AppGitOpsConfigResponse struct {
	GitRepoURL string `json:"gitRepoURL"`
	IsEditable bool   `json:"isEditable"`
}

Jump to

Keyboard shortcuts

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