Skip to content

Instantly share code, notes, and snippets.

View dilmurodov's full-sized avatar
🎯
Focusing

Dilmurodov Tolibbek dilmurodov

🎯
Focusing
  • Alif Uzbekistan
  • Ташкент, Мирабад
View GitHub Profile
@dilmurodov
dilmurodov / Dockerfile
Created March 18, 2024 16:06 — forked from jgould22/Dockerfile
Postgres 15 - Alpine - pg_partman with pg_jobmon
FROM postgres:15-alpine
LABEL maintainer="Jordan Gould <[email protected]>"
# Based on https://github.com/andreaswachowski/docker-postgres/blob/master/initdb.sh
ENV PG_JOBMON_VERSION v1.4.1
ENV PG_PARTMAN_VERSION v4.7.1
# Install pg_jobmon
RUN set -ex \
\
@dilmurodov
dilmurodov / client.gen.go
Created August 4, 2025 04:56
client.gen.go
// Package client provides primitives to interact with the openapi HTTP API.
//
// Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.0.0-00010101000000-000000000000 DO NOT EDIT.
package client
import (
"context"
"encoding/json"
"fmt"
"io"