Skip to content

Commit

Permalink
make sure the manual client is compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 5, 2024
1 parent d132e18 commit 71d3422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clients/internal/manual/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ func (m ManualClient) ExtractPatientId(bundleFile *os.File) (string, pkg.FhirVer
}
}

func (m ManualClient) RefreshAccessToken() error {
//TODO implement me
panic("implement me")
}

func GetSourceClientManual(env pkg.FastenLighthouseEnvType, ctx context.Context, globalLogger logrus.FieldLogger, sourceCreds models.SourceCredential, testHttpClient ...*http.Client) (models.SourceClient, error) {
return &ManualClient{
FastenEnv: env,
Expand Down

0 comments on commit 71d3422

Please sign in to comment.