josegpt

package module
v1.21.15 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: ISC Imports: 2 Imported by: 0

README

josegpt
=======
    my portfolio

usage
-----
    * go run cmd/josegpt/main.go

depends on
----------
    * go

license
-------
    * isc

Documentation

Overview

* Copyright (c) 2024 Jose G Perez Taveras <josegpt27@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Functions

This section is empty.

Types

type Config added in v1.16.0

type Config struct {
	Database Database `json:"database"`
}

type Database added in v1.20.0

type Database struct {
	Name string `json:"name"`
}

type Language added in v1.19.0

type Language uint8
const (
	Unknown Language = iota
	C
	Go
	PHP
	Java
	Shell
	EmacsLisp
	JavaScript
)

func (Language) String added in v1.21.13

func (l Language) String() string

type License added in v1.19.0

type License uint8
const (
	None License = iota
	ISC
	MIT
	GPL3
	AGPL3
	LGPL3
)

func (License) String added in v1.21.13

func (l License) String() string

type Project

type Project struct {
	Name        string
	Description string
	URL         string
	License     License
	Language    Language
}

type UpsertProject added in v1.21.13

type UpsertProject struct {
	Name        string
	Description string
	URL         string
	License     License
	Language    Language
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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