storage.js 233 B

1234567891011121314151617181920212223
  1. module.exports = {
  2. async activated(opts) {
  3. },
  4. async deactivated(opts) {
  5. },
  6. async init(opts) {
  7. },
  8. async created(opts) {
  9. },
  10. async updated(opts) {
  11. },
  12. async deleted(opts) {
  13. },
  14. async renamed(opts) {
  15. }
  16. }