Skip to content

Project-Prismatica/prismatica-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages