Skip to content

Commit b9445e5

Browse files
committed
fixup innmem
1 parent 1d31927 commit b9445e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

internal/inmem/client.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,18 @@ func (m *Client) GetOrganizations(ctx context.Context, filters ...fly.Organizati
320320
panic("TODO")
321321
}
322322

323+
func (m *Client) GetAllowedReplaySourceOrgSlugs(ctx context.Context, slug string) ([]string, error) {
324+
panic("TODO")
325+
}
326+
327+
func (m *Client) AddAllowedReplaySourceOrgs(ctx context.Context, orgSlug string, sourceOrgSlugs []string) (*fly.Organization, error) {
328+
panic("TODO")
329+
}
330+
331+
func (m *Client) RemoveAllowedReplaySourceOrgs(ctx context.Context, orgSlug string, orgSlugsToRemove []string) (*fly.Organization, error) {
332+
panic("TODO")
333+
}
334+
323335
func (m *Client) GetSnapshotsFromVolume(ctx context.Context, volID string) ([]fly.VolumeSnapshot, error) {
324336
panic("TODO")
325337
}

0 commit comments

Comments
 (0)