buildahcker
    Preparing search index...

    Interface AtomicStep

    interface AtomicStep {
        getCacheKey(): Promise<undefined | string>;
        (container: Container): Promise<void>;
    }
    Index

    Methods

    Methods

    • Returns Promise<undefined | string>