Categorygithub.com/hatena/ipdrawer
module
0.5.9
Repository: https://github.com/hatena/ipdrawer.git
Documentation: pkg.go.dev

# README

IPDrawer

What is IPDrawer?

IPDrawer is IP Address Management (IPAM) application and the code is written in Golang.

Features

  • IPDrawer can assigne IP from the predefined IP pools.
  • IPDrawer has gRPC and REST API interfaces.

API Docs

  • REST API Reference
  • ./ipdrawer start --redis-host localhost and access to http://localhost:25577/swagger-ui

Development

Prerequisite

  • Go
  • make
  • dep
$ make deps
$ dep ensure

Generate a binary

$ make
$ ./ipdrawer --help

Generate proto files

$ make proto

Run test

$ make test

Author

taku-k

# Packages

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