Skip to content

Commit

Permalink
added track adoption annotations (#140690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Sep 22, 2022
1 parent ed1f06a commit aae100f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/files/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export interface FilesSetup {
/**
* A factory for creating an {@link FilesClient} instance. This requires a
* registered {@link FileKind}.
*
* @track-adoption
*/
filesClientFactory: FilesClientFactory;

Expand Down
4 changes: 4 additions & 0 deletions x-pack/plugins/files/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export interface FilesSetup {
* that will be uploaded.
*
* @param {FileKind} fileKind - the file kind to register
*
* @track-adoption
*/
registerFileKind(fileKind: FileKind): void;
}
Expand All @@ -33,6 +35,8 @@ export interface FilesPluginSetupDependencies {
export interface FilesStart {
/**
* Create an instance of {@link FileServiceStart}.
*
* @track-adoption
*/
fileServiceFactory: FileServiceFactory;
}

0 comments on commit aae100f

Please sign in to comment.