buildahcker
    Preparing search index...

    Interface AtomicStep

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

    Methods

    Methods

    • Returns Promise<string | undefined>