forked from TrueCloudLab/certificates
fix comment
This commit is contained in:
parent
04784be03e
commit
2d5bfd3485
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func UnmarshalProvisionerDetails(typ linkedca.Provisioner_Type, data []byte) (*l
|
||||||
return &linkedca.ProvisionerDetails{Data: v.Data}, nil
|
return &linkedca.ProvisionerDetails{Data: v.Data}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// DB is the DB interface expected by the step-ca ACME API.
|
// DB is the DB interface expected by the step-ca Admin API.
|
||||||
type DB interface {
|
type DB interface {
|
||||||
CreateProvisioner(ctx context.Context, prov *linkedca.Provisioner) error
|
CreateProvisioner(ctx context.Context, prov *linkedca.Provisioner) error
|
||||||
GetProvisioner(ctx context.Context, id string) (*linkedca.Provisioner, error)
|
GetProvisioner(ctx context.Context, id string) (*linkedca.Provisioner, error)
|
||||||
|
|
Loading…
Reference in a new issue