Harden public ownership and diagnostic contracts
This commit is contained in:
@@ -44,12 +44,12 @@ func (p *PreparedExecution) Discard() {
|
||||
|
||||
// String returns a constant representation that exposes no retained request,
|
||||
// rendered content, or credential data.
|
||||
func (p *PreparedExecution) String() string {
|
||||
func (p PreparedExecution) String() string {
|
||||
return preparedExecutionString
|
||||
}
|
||||
|
||||
// GoString returns a constant Go-syntax representation that exposes no
|
||||
// retained request, rendered content, or credential data.
|
||||
func (p *PreparedExecution) GoString() string {
|
||||
func (p PreparedExecution) GoString() string {
|
||||
return preparedExecutionString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user