ai_api

package
v1.9.3-beta Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAPIController

type IAPIController interface {
	Create(ctx *gin.Context, serviceId string, input *ai_api_dto.CreateAPI) (*ai_api_dto.API, error)
	Edit(ctx *gin.Context, serviceId string, apiId string, input *ai_api_dto.EditAPI) (*ai_api_dto.API, error)
	Delete(ctx *gin.Context, serviceId string, apiId string) error
	List(ctx *gin.Context, keyword string, serviceId string) ([]*ai_api_dto.APIItem, error)
	Get(ctx *gin.Context, serviceId string, apiId string) (*ai_api_dto.API, error)
}

Jump to

Keyboard shortcuts

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