MCPcopy Index your code
hub / github.com/TruthHun/BookStack / DeleteByToken

Method DeleteByToken

models/api.go:73–75  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

71}
72
73func (m *Auth) DeleteByToken(token string) {
74 orm.NewOrm().QueryTable(m).Filter("token", token).Delete()
75}

Callers 2

InsertMethod · 0.95
LogoutMethod · 0.80

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected