MCPcopy Create free account
hub / github.com/elimity-com/scim / String

Method String

schema/characteristics.go:191–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (a attributeType) String() string {
192 switch a {
193 case attributeDataTypeDecimal:
194 return "decimal"
195 case attributeDataTypeInteger:
196 return "integer"
197 case attributeDataTypeBinary:
198 return "binary"
199 case attributeDataTypeBoolean:
200 return "boolean"
201 case attributeDataTypeComplex:
202 return "complex"
203 case attributeDataTypeDateTime:
204 return "dateTime"
205 case attributeDataTypeReference:
206 return "reference"
207 default:
208 return "string"
209 }
210}
211
212type attributeUniqueness int
213

Callers 8

MarshalJSONMethod · 0.95
PatchMethod · 0.80
noContentOperationMethod · 0.80
TestPatch_addAttributesFunction · 0.80
TestPatch_addMemberFunction · 0.80
TestPatch_alreadyExistsFunction · 0.80
TestPatch_complexFunction · 0.80
AttributeTypeMethod · 0.80

Calls

no outgoing calls

Tested by 6

PatchMethod · 0.64
noContentOperationMethod · 0.64
TestPatch_addAttributesFunction · 0.64
TestPatch_addMemberFunction · 0.64
TestPatch_alreadyExistsFunction · 0.64
TestPatch_complexFunction · 0.64