Categorygithub.com/Tensorix/metahub-backend-service
modulepackage
0.0.0-20250101152252-394a8d8719da
Repository: https://github.com/tensorix/metahub-backend-service.git
Documentation: pkg.go.dev

# README

metahub-backend-service

Setup

# Install dependencies
go mod download

# Generate protobuf files
buf generate

# Create secret image
dd if=/dev/urandom of=secret.img bs=512 count=1024

# Init the database
sqlite3 mbs.sqlite
sqlite> .read init.sql

# Packages

No description provided by the author
No description provided by the author

# Structs

No description provided by the author