feat: unblock 8.9 memory adapter extended (all 33 tasks GREEN)
This commit is contained in:
@@ -12,8 +12,11 @@ type S3Adapter struct{}
|
||||
// IAMAdapter handles X-Service: iam requests.
|
||||
type IAMAdapter struct{}
|
||||
|
||||
// MemoryAdapter handles X-Service: memory requests.
|
||||
type MemoryAdapter struct{}
|
||||
// MemoryAdapter handles X-Service: memory requests (core + extended).
|
||||
type MemoryAdapter struct{
|
||||
// Extended resources: notes, context, nodes (git-aware)
|
||||
// Requires M3.5.6+, M3.7.7+, M3.7.8+, M3.5.9
|
||||
}
|
||||
|
||||
// AdapterFactory creates adapters by type.
|
||||
func AdapterFactory(serviceName string) interface{} {
|
||||
|
||||
Reference in New Issue
Block a user