GoAdminGroup / go-admin

Functions prefixed with Get should return a value RVV-A0006
Anti-pattern
Major
1 occurrence in this check
function 'GetContent' seems to be a getter but it does not return any result
133func (*BaseAdapter) Static(_, _ string) { panic("not implement") }
134
135// GetContent is a helper function of adapter.Content
136func (base *BaseAdapter) GetContent(ctx interface{}, getPanelFn types.GetPanelFn, wf WebFrameWork,137	navButtons types.Buttons, fn context.NodeProcessor) {
138
139	var (