MCPcopy
hub / github.com/cloudfoundry/cli / UpdatePassword

Method UpdatePassword

cf/api/password/password.go:17–17  ·  view source on GitHub ↗
(old string, new string)

Source from the content-addressed store, hash-verified

15
16type Repository interface {
17 UpdatePassword(old string, new string) error
18}
19
20type CloudControllerRepository struct {

Callers 2

ExecuteMethod · 0.65
password_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected