apis_db

package
v0.0.0-...-b29e64e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Module

func Module(scope string) fx.Option

Types

type APIs

type APIs struct {
	// contains filtered or unexported fields
}

type Entry

type Entry struct {
	ID        string `gorm:"type:uuid;primary_key"`
	Name      string
	CreatedAt time.Time
}

type Params

type Params struct {
	fx.In

	Lifecycle  fx.Lifecycle
	Logger     *zap.Logger
	HTTPServer *http_server.HTTPServer
	Database   database.DatabaseConnector
}

Jump to

Keyboard shortcuts

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