An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/kevinburke/go-types

Package types implements several types for dealing with REST API's and databases. UUID's are very useful, but you often need to attach context to them; e.g. you cannot look at a UUID and know whether it points to a record in the accounts table or in the messages table. A PrefixUUID solves this problem, by embedding the additional useful information as part of the string. If we had to write this value to the database as a string it would take up 43 bytes. Instead we use a UUID type and strip the prefix before saving it. The converse, Value(), only returns the UUID part by default, since this is the only thing the database knows about. You can also attach the prefix manually in your SQL, like so: This will get parsed as part of the Scan(), and then you don't need to do anything. Alternatively, you can attach the prefix in your model, immediately after the query. A NullString is like the null string in `database/sql`, but can additionally be encoded/decoded via JSON. A NullTime behaves exactly like NullString, but the value is a time.Time.
1 version
Latest release: almost 4 years ago
153 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/kevinburke/go-types

View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/kevinburke%2Fgo-types

Dependent Repos 80

TheBitgram/backend Fork of deso-protocol/backend
HTTP API for a BitClout node

Size: 1.78 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

savannahghi/mycarehub
This service contains the implementation of the mycarehub project

Size: 10.5 MB - Last synced: 29 days ago - Pushed: 9 months ago

codeready-toolchain/registration-service
Service for new user registration flows.

Size: 2.02 MB - Last synced: 3 days ago - Pushed: 3 days ago

simpleiot/simpleiot
Simple IoT cloud/edge application/framework

Size: 15.9 MB - Last synced: 24 days ago - Pushed: 24 days ago

dumpmemory/notify Fork of nikoksr/notify
A dead simple Go library for sending notifications to various messaging services.

Size: 1.72 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

GWT-M3O-TEST/m3o
a Local repo to test github/workflow

Size: 5.6 MB - Last synced: 11 months ago - Pushed: almost 3 years ago

loafoe/terraform-backend-hsdp
Store Terraform state on HSDP

Size: 522 KB - Last synced: 7 days ago - Pushed: about 1 month ago

deso-protocol/backend
HTTP API for a DeSo node

Size: 2.29 MB - Last synced: 7 days ago - Pushed: 7 days ago

patrick-ogrady/snowplow ๐Ÿ“ฆ
quick and easy tool for running and monitoring an avalanche validator

Size: 314 KB - Last synced: 11 months ago - Pushed: over 3 years ago

philips-software/terraform-provider-hsdp
Terraform provider to orchestrate various HSDP resources like IAM, CDL, CDR, MDM, Container Host, Edge, etc

Size: 48.6 MB - Last synced: 9 days ago - Pushed: 9 days ago

kevinburke/twilio-go Fork of saintpete/twilio-go
Twilio Go library

Size: 611 KB - Last synced: 11 days ago - Pushed: 10 months ago

tierklinik-dobersberg/cis
Service driving the clinic-information-system.

Size: 30.6 MB - Last synced: 1 day ago - Pushed: 1 day ago

broothie/jamdrop ๐Ÿ“ฆ
JamDrop is a webapp for Spotify queue sharing

Size: 12.9 MB - Last synced: 28 days ago - Pushed: over 2 years ago

deso-protocol/rosetta-deso
Rosetta API implementation for DeSo

Size: 6.75 MB - Last synced: 5 days ago - Pushed: 5 days ago

savannahghi/engagement-service
Service that will power the feed and all user facing communications for Be.Well

Size: 744 MB - Last synced: 29 days ago - Pushed: about 2 years ago

philips-software/gautocloud-connectors ๐Ÿ“ฆ
goautocloud connectors for Cloud foundry services

Size: 1.33 MB - Last synced: 7 days ago - Pushed: about 1 month ago

foomo/petze
monitor web services and report, if they are not working

Size: 733 KB - Last synced: 6 days ago - Pushed: over 4 years ago

Tapfury/cogman
Simple, efficient background processing for Golang

Size: 197 KB - Last synced: about 2 years ago - Pushed: over 4 years ago

triggermesh/triggermesh ๐Ÿ“ฆ
TriggerMesh is the open-source AWS EventBridge alternative. It provides a unified eventing experience, a developer-friendly CLI, and runs on Docker or natively on Kubernetes.

Size: 17.2 MB - Last synced: about 1 month ago - Pushed: 12 months ago

philips-software/rsdl ๐Ÿ“ฆ
Redshift/PostgreSQL real-time TSV downloader

Size: 520 KB - Last synced: 7 days ago - Pushed: 2 months ago

triggermesh/CSNFQuickstart
A Quickstart for quickly creating a working, local, CSNF environment.

Size: 114 KB - Last synced: about 2 years ago - Pushed: over 2 years ago

love4src/backend
BitClout node forked from https://github.com/bitclout/backend

Last synced: almost 2 years ago

jaimeteb/chatto
Chatto is a minimal chatbot framework in Go.

Size: 54.8 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

itsmitul9/notify Fork of nikoksr/notify
A dead simple Go library for sending notifications to various messaging services.

Size: 1.17 MB - Last synced: over 1 year ago - Pushed: over 2 years ago

viralkamdar/notify Fork of nikoksr/notify
A dead simple Go library for sending notifications to various messaging services.

Size: 1.42 MB - Last synced: over 1 year ago - Pushed: about 2 years ago

philips-software/logproxy-plugins
Logproxy plugins

Size: 1.24 MB - Last synced: 4 days ago - Pushed: about 2 months ago

notifireme/procnias
Prometheus oriented, webhook based receiver of alerts for further delivery to on-call teams.

Size: 32.2 KB - Last synced: over 1 year ago - Pushed: about 5 years ago

justcy/uc
a public ucenter application base on go and mico-service

Size: 492 KB - Last synced: 11 months ago - Pushed: over 3 years ago

thaitanloi365/gocore

Size: 121 KB - Last synced: 11 months ago - Pushed: over 3 years ago

robinhuiser/micro
Playing around with micro

Size: 48.8 KB - Last synced: 11 months ago - Pushed: over 3 years ago

chatto-extensions/weatherapi
Chatto extension for getting weather information from weatherapi.com.

Size: 44.9 KB - Last synced: 11 months ago - Pushed: about 4 years ago

keshavm02/backend Fork of deso-protocol/backend
HTTP API for a DeSo node

Size: 1.56 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

cheikhshift/megalith
Web server health checker and uptime logger.

Size: 5.5 MB - Last synced: 6 days ago - Pushed: over 6 years ago

hanskorg/sms-receive
sms receive demo

Size: 445 KB - Last synced: about 2 years ago - Pushed: about 3 years ago

DeSoDog/convert-go-to-ts

Size: 9.3 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

Preskton/terraform-provider-twilio ๐Ÿ“ฆ
Terraform provider for Twilio. ๐ŸŒŽโ˜Ž๏ธ Preserved for archaeological fun. Please see the official Twilio TF provider @ https://github.com/twilio/terraform-provider-twilio.

Size: 33.8 MB - Last synced: 5 days ago - Pushed: almost 4 years ago

cryptonacion/backend
cryptonacion

Last synced: over 2 years ago

goddardcm/peloscheduler
Small program to notify users when sooner Peloton delivery appointments become available

Size: 13.7 KB - Last synced: 11 months ago - Pushed: almost 3 years ago

philips-labs/hsdp-function-gateway
Function gateway service for hsdp_function Terraform resource

Size: 352 KB - Last synced: 11 days ago - Pushed: about 1 year ago

micro-demo/user
userๅพฎๆœๅŠก

Size: 60.5 KB - Last synced: almost 2 years ago - Pushed: about 3 years ago

loafoe/ferrite
Implementation of IronWorker API

Size: 650 KB - Last synced: 7 days ago - Pushed: 2 months ago

micro-community/services Fork of micro/services
Micro services for your own personal use

Size: 4.3 MB - Last synced: 11 months ago - Pushed: over 2 years ago

indexed-finance/circuit-breaker

Size: 4.71 MB - Last synced: 11 months ago - Pushed: over 3 years ago

panapol-p/notify Fork of nikoksr/notify
A dead simple Go library for sending notifications to various messaging services.

Size: 1.11 MB - Last synced: 3 months ago - Pushed: over 2 years ago

kevinburke/gitlab

Last synced: 11 months ago

mehran-dabi/hitrix Fork of coretrix/hitrix

Size: 1.82 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

deso-smart/deso-backend

Size: 1.54 MB - Last synced: 11 months ago - Pushed: over 2 years ago

carvers/babybutton
A button that sends messages when it is pressed.

Size: 37.1 KB - Last synced: 7 months ago - Pushed: about 2 years ago

loafoe/cf-crontab ๐Ÿ“ฆ
A crontab scheduler in a 16MB microservice for Cloud foundry

Size: 356 KB - Last synced: 7 days ago - Pushed: about 2 years ago

deso-smart/desoapi

Size: 351 KB - Last synced: 11 months ago - Pushed: over 2 years ago

savannahghi/engagementcore
Library that will house implementations used by the engagement service.

Size: 821 MB - Last synced: 29 days ago - Pushed: 9 months ago

detailedghost/dad-joke-go-bot
A bot using the https://icanhazdadjoke.com/ API

Last synced: almost 2 years ago

loafoe/hs
hs - Healthy Scripter for interacting with various HSDP services from the CLI

Size: 588 KB - Last synced: 7 days ago - Pushed: about 1 month ago

thaitanloi365/go-twilio

Size: 3.91 KB - Last synced: 11 months ago - Pushed: about 4 years ago

odacremolbap/triggermesh Fork of triggermesh/triggermesh
Event-driven integration platform powered by Kubernetes and Knative.

Size: 8.02 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

Arthur-wuu/go_project
test

Size: 137 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

joshhornby/terraform-provider-twiliotaskrouter
Terraform provider for Twilio Task Router

Size: 33.2 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago