🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

src.whiteboxsystems.nl/DECOZO/okapi

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

src.whiteboxsystems.nl/DECOZO/okapi

Go Modules
Version
v0.1.0
Version published
Created
Source

OKAPI

This repository contains the protobuf specification and accompanying go module for the OKAPI standard. Read the OKAPI specification for more information.

Compile protobufs into go package on macos

Compiling the protobuf files yourself is not necessary but here are instructions as how one should compile it if needed (MacOs).

$ brew install protoc protoc-gen-go protoc-gen-go-grpc
$ cd protobuf
$ protoc --go_out=.. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative okapi-errors.proto okapi-onboarding.proto okapi-service-config.proto okapi-events.proto okapi-patient-registration.proto okapi.proto

FAQs

Package last updated on 08 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts