MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlCertificate

Struct imlCertificate

module/certificate/impl.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type imlCertificate struct {
31 service certificate.ICertificateService `autowired:""`
32 userInfoService account.IAccountService `autowired:""`
33 clusterService cluster.IClusterService `autowired:""`
34 transaction store.ITransaction `autowired:""`
35}
36
37func (m *imlCertificate) getCertificates(ctx context.Context, clusterId string) ([]*gateway.DynamicRelease, error) {
38 certs, err := m.service.List(ctx, clusterId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected