protoc-gen-go-ras

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: MIT Imports: 3 Imported by: 0

README

protoc-gen-go-ras

Release Software License Build status Codecov branch Go Doc SayThanks.io Conventional Commits

Описание

Это плагин для protoc и требует его установки

Обеспечивает генерация методов и различных помощников для RAS

Создает следующие методы для proto файлов

func (m *message) Parse(r io.Reader, veriosn int32) err {
	// Сгенерированный код
}

func (m *message) Formatter(w io.Writer, veriosn int32) err {
    // Сгенерированный код
}

Как установить

  • Установить из releases
  • Использовать готовый образ docker
    • docker pull v8platform/protoc-gen-go-ras:latest
    • docker pull ghcr.io/v8platform/protoc-gen-go-ras:latest
  • Сборка для через go get
go get github.com/v8platform/protoc-gen-go-ras/...
go install github.com/v8platform/protoc-gen-go-ras
Описание возможностей

TODO

License

Лицензия LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
plugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL