delete: amqp kv web spring package

This commit is contained in:
2023-08-12 17:13:41 +08:00
parent e70c78a255
commit afd3f91a3f
44 changed files with 0 additions and 1534 deletions

View File

@@ -1,7 +0,0 @@
export namespace amqp {
export const Manager = Symbol('AmqpManager')
export namespace rabbit {
export const Admin = Symbol('RabbitAdmin')
export const Template = Symbol('RabbitTemplate')
}
}

View File

@@ -1,3 +0,0 @@
export namespace web {
export const Server = Symbol('Server')
}