MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Save

Method Save

service/certificate/service.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, id, clusterId string, key, cert []byte)

Source from the content-addressed store, hash-verified

29 Get(ctx context.Context, id string) (*Certificate, *File, error)
30 List(ctx context.Context, clusterId string) ([]*Certificate, error)
31 Save(ctx context.Context, id, clusterId string, key, cert []byte) (*Certificate, error)
32 Delete(ctx context.Context, id string) error
33}
34

Callers 2

SaveMethod · 0.65
UpdateAddressMethod · 0.65

Implementers 2

imlUpstreamServiceservice/upstream/iml.go
imlCertificateServiceservice/certificate/service.go

Calls

no outgoing calls

Tested by

no test coverage detected