MCPcopy Create free account
hub / github.com/crewjam/saml / String

Method String

time.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (m RelaxedTime) String() string {
21 return time.Time(m).Round(time.Millisecond).UTC().Format(timeFormat)
22}
23
24// UnmarshalText implements encoding.TextUnmarshaler
25func (m *RelaxedTime) UnmarshalText(text []byte) error {

Callers 15

MarshalTextMethod · 0.95
MetadataMethod · 0.80
ValidateMethod · 0.80
MakeResponseMethod · 0.80
TestRelaxedTimeFormatFunction · 0.80
MetadataMethod · 0.80
parseResponseMethod · 0.80
validateAssertionMethod · 0.80
MakeLogoutRequestMethod · 0.80
MakeLogoutResponseMethod · 0.80

Calls

no outgoing calls