MCPcopy Index your code
hub / github.com/apache/answer / Description

Method Description

internal/migrations/migrations.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34type Migration interface {
35 Version() string
36 Description() string
37 Migrate(ctx context.Context, x *xorm.Engine) error
38 ShouldCleanCache() bool
39}

Callers 15

UpdateUserStatusMethod · 0.65
UserCenterAgentMethod · 0.65
ExternalLoginMethod · 0.65
BanAPIForUserCenterFunction · 0.65
MigrateFunction · 0.65
NewQuestionsToolFunction · 0.65
NewAnswersToolFunction · 0.65
NewCommentsToolFunction · 0.65
NewTagsToolFunction · 0.65

Implementers 1

migrationinternal/migrations/migrations.go

Calls

no outgoing calls

Tested by

no test coverage detected