Categorygithub.com/project-prismatica/prismatica-core
modulepackage
0.0.0-20180321193917-23e882fbef2d
Repository: https://github.com/project-prismatica/prismatica-core.git
Documentation: pkg.go.dev

# README

prismatica-core

Docker Repository on Quay

Go usage:

Use the prismatica_grpc package:

import (
	"github.com/Project-Prismatica/prismatica-core/go/prismatica_grpc"
)

Compiling go bindings

  1. Add the protoc plugin for go.

  2. run:

$ protoc -I $PROTOBUF_STDLIB -I ./grpc \
    --go_out=grpc,import_path=prismatica_grpc:./gp \
    ./grpc/*

Where $PROTOBUF_STDLIB is the path to the root of the protobug standard library which should contain, for example, google/protobuf/timestamp.proto.

# Packages

No description provided by the author