Skip to content

itechzero/verse-proto-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Welcome to the verse-proto-go repository!

Description

This repository contains the Go implementation of the API Proto Definitions for the Cloud API. The API Proto Definitions are used to define the API endpoints and data structures for the Cloud API. The Go implementation is generated using the buf tool.

Installation

To use this repository, follow these steps:

go get -u github.com/itechzero/verse-proto-go@main

Usage

To use the API Protobuf files in your Go project, import the necessary packages and use the generated code as per your requirements.

import (
    "github.com/itechzero/verse-proto-go"
)

// Your code here...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published