[#195] Add PUT and GET default lock configuration
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
b96c3c5a33
commit
fe9eb9cedc
5 changed files with 147 additions and 9 deletions
|
@ -188,6 +188,10 @@ type Tag struct {
|
|||
Value string
|
||||
}
|
||||
|
||||
const (
|
||||
enabledValue = "Enabled"
|
||||
)
|
||||
|
||||
// MarshalXML - StringMap marshals into XML.
|
||||
func (s StringMap) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
|
||||
tokens := []xml.Token{start}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue