-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.go
More file actions
18 lines (18 loc) · 920 Bytes
/
docs.go
File metadata and controls
18 lines (18 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Package beget implements the open API of the service [Beget].
// Package contains:
// - [github.com/ThCompiler/go.beget.api/core] package,
// that implements general functionality for send requests by Beget.API.
// - [github.com/ThCompiler/go.beget.api/api] package,
// that implements API method-specific functionality.
// - [github.com/ThCompiler/go.beget.api/api/result] package,
// that implements structures representing API method responses.
// - [github.com/ThCompiler/go.beget.api/api/dns] package,
// that implements the functionality of [Dns methods].
//
// If you find inaccuracies or errors in the documentation,
// please report it in the issue in the [go.beget.api] repository.
//
// [go.beget.api]: https://github.com/ThCompiler/go.beget.api
// [Beget]: https://beget.com/ru/kb/api/beget-api.
// [Dns methods]: https://beget.com/ru/kb/api/funkczii-upravleniya-dns
package beget