client

package
v0.0.0-...-19d8e19 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAppInfo

func GetAppInfo(c *gin.Context)

GetAppInfo retrieves and returns application information in JSON format

func GetConfig

func GetConfig(c *gin.Context)

func UpdateConfig

func UpdateConfig(c *gin.Context)

Types

type ConfigUri

type ConfigUri struct {
	AppName   string `uri:"app_name" binding:"required"`
	ConfigKey string `uri:"config_key" binding:"required"`
}

type GetConfigResp

type GetConfigResp struct {
	Type  string `json:"type"`
	Value any    `json:"value"`
	TS    int64  `json:"ts"`
}

Jump to

Keyboard shortcuts

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