Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plttn/libdns-dnsimple


https://github.com/plttn/libdns-dnsimple

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

**DEVELOPER INSTRUCTIONS:**

This repo is a template for developers to use when creating new [libdns](https://github.com/libdns/libdns) provider implementations.

Be sure to update:

- The package name
- The Go module name in go.mod
- The latest `libdns/libdns` version in go.mod
- All comments and documentation, including README below and godocs
- License (must be compatible with Apache/MIT)
- All "TODO:"s is in the code
- All methods that currently do nothing

Remove this section from the readme before publishing.

---

\ for [`libdns`](https://github.com/libdns/libdns)
=======================

[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/TODO:PROVIDER_NAME)

This package implements the [libdns interfaces](https://github.com/libdns/libdns) for \, allowing you to manage DNS records.

TODO: Show how to configure and use. Explain any caveats.