Implemented the ServeResourceUseCase use case in the library target.
This commit is contained in:
@@ -14,13 +14,13 @@ extension String {
|
||||
/// An empty string.
|
||||
static let empty = ""
|
||||
|
||||
/// A namespace that defines logging representations.
|
||||
/// A namespace that defines logging values.
|
||||
enum Logging {
|
||||
/// A name of the middleware that triggered a logging event.
|
||||
static let source = "DocCMiddleware"
|
||||
}
|
||||
|
||||
/// A namespace that defines relative path representations.
|
||||
/// A namespace that defines relative path values.
|
||||
enum Path {
|
||||
/// A forwarding slash.
|
||||
static let forwardSlash = "/"
|
||||
|
||||
Reference in New Issue
Block a user