types

package
v0.0.0-...-7b0249f Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host string `json:"host"`
	Port int    `json:"port"`
}

type Error

type Error struct {
	ErrData    error
	OccouredAt time.Time
}
type ShortenedLink struct {
	LinkId       string `gorm:"primaryKey"`
	ProvidedLink string `json:"provided_link"`
	ShortenedAt  int64  `json:"autoCreateTime"`
}

Jump to

Keyboard shortcuts

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