AdminPanelProvider
public final class AdminPanelProvider<U> : Provider where U : AdminPanelUserType
Undocumented
-
See Service.Provider.repositoryName
Declaration
Swift
public static var repositoryName: String { get } -
Undocumented
Declaration
Swift
public init(configFactory: @escaping (Container) throws -> AdminPanelConfig<U>) -
See Service.Provider.Register
Declaration
Swift
public func register(_ services: inout Services) throws -
See Service.Provider.boot
Declaration
Swift
public func didBoot(_ container: Container) throws -> Future<Void>
-
Undocumented
Declaration
Swift
static func commands( databaseIdentifier: DatabaseIdentifier<U.Database> ) -> [String: Command]
AdminPanelProvider Class Reference