server

package
v0.0.0-...-ab071f0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LingerServer

type LingerServer struct {
	Host string
	Port string
}

func NewLingerServer

func NewLingerServer() *LingerServer

func (*LingerServer) StartServer

func (s *LingerServer) StartServer()

type LinktreeData

type LinktreeData struct {
	Biolink  []string `json:"bio"`
	SocLinks []string `json:"soclinks"`
}

type NotFoundData

type NotFoundData struct {
	Message string `json:"message"`
}

tt is not found response

type ResponseData

type ResponseData struct {
	UniqueId  string   `json:"uniqueId"`
	Followers int      `json:"followers"`
	SecUid    string   `json:"secUid"`
	Id        int      `json:"id"`
	Biolink   []string `json:"bio"`
	SocLinks  []string `json:"soclinks"`
}

Jump to

Keyboard shortcuts

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