Method
Disable
(
ctx context.Context,
workspaceID string,
name string,
_ string,
)
Source from the content-addressed store, hash-verified
| 963 | } |
| 964 | |
| 965 | func (s daemonMemoryProviderService) Disable( |
| 966 | ctx context.Context, |
| 967 | workspaceID string, |
| 968 | name string, |
| 969 | _ string, |
| 970 | ) (contract.MemoryProviderLifecycleResponse, error) { |
| 971 | provider, err := s.Get(ctx, workspaceID, name) |
| 972 | return contract.MemoryProviderLifecycleResponse{Provider: provider, Changed: false}, err |
| 973 | } |
| 974 | |
| 975 | func memoryProviderPayload( |
| 976 | registration extensionpkg.MemoryProviderRegistration, |
Callers
nothing calls this directly
Tested by
no test coverage detected