Class VaultsGitInfoGet

Gets the git info of a vault.

Hierarchy

  • RawHandler<{
        acl: ACL;
        db: DB;
        logger: Logger;
        vaultManager: VaultManager;
    }>
    • VaultsGitInfoGet

Constructors

Properties

Methods

Constructors

  • Parameters

    • container: {
          acl: ACL;
          db: DB;
          logger: Logger;
          vaultManager: VaultManager;
      }

    Returns VaultsGitInfoGet

Properties

_inputType: JSONValue
_outputType: JSONValue
container: {
    acl: ACL;
    db: DB;
    logger: Logger;
    vaultManager: VaultManager;
}

Type declaration

timeout?: number

This is the timeout used for the handler. If it is not set then the default timeout time for the RPCServer is used.

Methods

Generated using TypeDoc