mcp_dto

package
v1.9.1-beta Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	Name        string `json:"name"`
	Method      string `json:"method"`
	Path        string `json:"path"`
	Description string `json:"description"`
}

type App

type App struct {
	Id          string    `json:"id"`
	Name        string    `json:"name"`
	Description string    `json:"description"`
	CreateTime  time.Time `json:"create_time"`
	UpdateTime  time.Time `json:"update_time"`
}

type AppAuthorization

type AppAuthorization struct {
	Id        string `json:"id"`
	Name      string `json:"name"`
	Position  string `json:"position"`
	TokenName string `json:"token_name"`
	Config    string `json:"config"`
}

type Service

type Service struct {
	Id          string    `json:"id"`
	Name        string    `json:"name"`
	Description string    `json:"description"`
	ServiceKind string    `json:"service_kind"`
	Apis        []*API    `json:"apis"`
	CreateTime  time.Time `json:"create_time"`
	UpdateTime  time.Time `json:"update_time"`
}

type ServiceAPI

type ServiceAPI struct {
	ServiceID   string      `json:"service_id"`
	ServiceName string      `json:"service_name"`
	APIDoc      interface{} `json:"api_doc"`
}

Jump to

Keyboard shortcuts

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