예제 #1
0
파일: acl_hooks.go 프로젝트: optimuse/zest
func (i *AclInter) scopeModel(acl *domain.Acl) error {
	acl.CreatedAt = time.Time{}
	acl.UpdatedAt = time.Time{}
	acl.AclMappings = []domain.AclMapping{}

	return nil
}