Skip to content

Instantly share code, notes, and snippets.

View gigo1980's full-sized avatar

Enrico Hofmann gigo1980

  • WeCreate
  • Leipzig, Saxony, Germany, Earth
  • 16:36 (UTC +02:00)
View GitHub Profile
@gigo1980
gigo1980 / webrequest.example.json
Last active July 25, 2023 09:38
Sidecar HTTP Communication
{
/* Reference to Publish repository */
"application": {
"organization": "nordlb-api",
"repository": "example-publish",
"target": "v1.0.2"
"commitId": "juhtg8g7h690h"
},
"feature": {
# Needs adjustments on the operator
@gigo1980
gigo1980 / marshal.go
Created January 7, 2020 10:50
gqlgen ISO8601
// Holds (un-)marshalling methods to handle graphql scalars in custom ways
package model
import (
"fmt"
"github.com/99designs/gqlgen/graphql"
"github.com/google/uuid"
"io"
"strings"
"time"