Categorygithub.com/untangle/golang-shared
module
0.9.9
Repository: https://github.com/untangle/golang-shared.git
Documentation: pkg.go.dev

# README

This package contains shared service components between untangle's restd, packetd, and reportd packages

Repo Layout:

  • services/*

    • These are services that are imported into daemon projects

  • structs/*

    • These are common struct types that may need to be used across repositories

  • protobuffersrc/*

    • These are the .proto source files that are compiled into *.pb.go files

    • To rebuild these, use the included docker files:

      docker-compose -f build/docker-compose.build.yml up --build musl-local
      

Working with modules

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author