invoke

package
v0.0.0-...-6aae5f9 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InvokeHandler

func InvokeHandler(cfg *config.Config) http.HandlerFunc

Types

type Function

type Function struct {
	ID           uint           `gorm:"primaryKey;autoIncrement"`
	FunctionName string         `gorm:"not null"`
	Version      string         `gorm:"not null"`
	Path         string         `gorm:"not null"`
	CreatedAt    time.Time      `gorm:"autoCreateTime"`
	DeletedAt    gorm.DeletedAt `gorm:"index"`
}

Jump to

Keyboard shortcuts

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