@@ -42,7 +42,7 @@ type InstanceInterface interface {
42
42
SelectInstsByAssociation (ctx context.Context , ownerID string , objID string , h http.Header , p * metadata.AssociationParams ) (resp * metadata.SearchInstResult , err error )
43
43
SelectInst (ctx context.Context , ownerID string , objID string , instID string , h http.Header , p * metadata.SearchParams ) (resp * metadata.SearchInstResult , err error )
44
44
SelectTopo (ctx context.Context , ownerID string , objID string , instID string , h http.Header , p * metadata.SearchParams ) (resp * metadata.SearchInstResult , err error )
45
- SelectAssociationTopo (ctx context.Context , ownerID string , objID string , instID string , h http.Header , p * metadata.SearchParams ) (resp * metadata.SearchInstResult , err error )
45
+ SelectAssociationTopo (ctx context.Context , ownerID string , objID string , instID string , h http.Header , p * metadata.SearchParams ) (resp * metadata.SearchAssociationTopoResult , err error )
46
46
CreateModule (ctx context.Context , appID string , setID string , h http.Header , dat map [string ]interface {}) (resp * metadata.CreateInstResult , err error )
47
47
DeleteModule (ctx context.Context , appID string , setID string , moduleID string , h http.Header ) (resp * metadata.Response , err error )
48
48
UpdateModule (ctx context.Context , appID string , setID string , moduleID string , h http.Header , dat map [string ]interface {}) (resp * metadata.Response , err error )
0 commit comments