dragonfly/manager
Eng Zer Jun f579d3c9ce
refactor: move from io/ioutil to io and os packages (#906)
* chore: run `go fmt ./...`

This commit synchronizes `//go:build` lines with `// +build` lines.

Reference: https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* refactor: move from io/ioutil to io and os packages

The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-06-28 17:32:45 +08:00
..
auth/oauth feat: add oauth timeout (#867) 2023-06-28 17:32:41 +08:00
cache feat: dfdaemon get scheduler list dynamically from manager (#812) 2023-06-28 17:32:37 +08:00
config refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
console@bbd994b32d fix: add cdn cluster to scheduler cluster (#887) 2023-06-28 17:32:43 +08:00
database Add application (#750) 2023-06-28 17:32:36 +08:00
handlers docs: manager apis (#814) 2023-06-28 17:32:36 +08:00
job refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
metrics chore: update golang import lint (#780) 2023-06-28 17:32:34 +08:00
middlewares move RPC code definition to proto file (#829) 2023-06-28 17:32:38 +08:00
model feat: add application cdn clusters field (#840) 2023-06-28 17:32:38 +08:00
permission/rbac chore: update golang import lint (#780) 2023-06-28 17:32:34 +08:00
router refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00
searcher refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00
service fix: add cdn cluster to scheduler cluster (#887) 2023-06-28 17:32:43 +08:00
types feat: add scopes validation (#856) 2023-06-28 17:32:40 +08:00
manager.go refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00