MCPcopy Create free account
hub / github.com/pydio/cells / GetExpireTime

Method GetExpireTime

common/proto/rest/cellsapi-frontend.pb.go:937–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935}
936
937func (x *FrontSessionResponse) GetExpireTime() int32 {
938 if x != nil {
939 return x.ExpireTime
940 }
941 return 0
942}
943
944func (x *FrontSessionResponse) GetTrigger() string {
945 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected