Files
EdgeCommon/pkg/serverconfigs/shared/formatter.go

6 lines
128 B
Go
Raw Normal View History

2024-05-17 18:28:59 +08:00
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2021-09-29 19:37:32 +08:00
package shared
type Formatter = func(s string) string