feat: add pub & sub item for federation chart

This commit is contained in:
syuilo 2022-02-23 16:17:16 +09:00
parent 65be8daa15
commit a28daf7f44
5 changed files with 49 additions and 14 deletions

View file

@ -8,6 +8,7 @@ export const schema = {
'stalled': { uniqueIncrement: true, range: 'small' },
'sub': { accumulate: true, range: 'small' },
'pub': { accumulate: true, range: 'small' },
'pubsub': { accumulate: true, range: 'small' },
} as const;
export const entity = Chart.schemaToEntity(name, schema);