Interface GitResourceOpener

interface GitResourceOpener {
    open(changeUri): Promise<void>;
}

Implemented by

Methods

Methods