Remove draft warning from Checks API

Change-Id: I267b2792efee3baa27ebbe6915b0c7813efab566
This commit is contained in:
Ben Rohlfs
2021-04-29 10:28:05 +02:00
parent 0661897dbf
commit b02eeaa560

View File

@@ -15,11 +15,6 @@
* limitations under the License.
*/
// IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// The entire API is currently in DRAFT state.
// Changes to all type and interfaces are expected.
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
export interface ChecksPluginApi {
/**
* Must only be called once. You cannot register twice. You cannot unregister.