Showing 57 of 89 total issues
exported method DefaultFileService.Pull should have comment or be unexported Open
Open
func (s *DefaultFileService) Pull(params *FilePullParams) ([]*model.File, error) {
- Exclude checks
exported method DefaultFileService.Push should have comment or be unexported Open
Open
func (s *DefaultFileService) Push(params *FilePushParams) (*model.FileStats, error) {
- Exclude checks
exported type DefaultProjectConfigService should have comment or be unexported Open
Open
type DefaultProjectConfigService struct {
- Exclude checks
exported method DefaultProjectConfigService.GetConfig should have comment or be unexported Open
Open
func (s *DefaultProjectConfigService) GetConfig() (*model.ProjectConfig, error) {
- Exclude checks
exported type YmlProjectConfigRepository should have comment or be unexported Open
Open
type YmlProjectConfigRepository struct {
- Exclude checks
exported type Container should have comment or be unexported Open
Open
type Container struct {
- Exclude checks
exported var AuthenticateURL should have comment or be unexported Open
Open
AuthenticateURL = "/auth-api/v2/authenticate"
- Exclude checks
exported type FileService should have comment or be unexported Open
Open
type FileService interface {
- Exclude checks
exported type Options should have comment or be unexported Open
Open
type Options struct {
- Exclude checks
exported type UserToken should have comment or be unexported Open
Open
type UserToken struct {
- Exclude checks
exported method DefaultAuthService.Refresh should have comment or be unexported Open
Open
func (s *DefaultAuthService) Refresh(refreshToken string) (*model.AuthToken, error) {
- Exclude checks
exported type DirectiveMap should have comment or be unexported Open
Open
type DirectiveMap map[string]string
- Exclude checks
exported method ProjectConfig.Merge should have comment or be unexported Open
Open
func (c *ProjectConfig) Merge(delta *ProjectConfig) error {
- Exclude checks
exported method ProjectConfig.SaveAllFiles should have comment or be unexported Open
Open
func (c *ProjectConfig) SaveAllFiles(files []*File, resource *ProjectResource) map[*File]error {
- Exclude checks
exported method DefaultProjectConfigService.UpdateConfig should have comment or be unexported Open
Open
func (s *DefaultProjectConfigService) UpdateConfig(delta *model.ProjectConfig) error {
- Exclude checks
exported function Client should have comment or be unexported Open
Open
func Client(debug bool) *resty.Client {
- Exclude checks
exported type Error should have comment or be unexported Open
Open
type Error struct {
- Exclude checks
exported var Version should have comment or be unexported Open
Open
var Version = "dev"
- Exclude checks
exported type FileStats should have comment or be unexported Open
Open
type FileStats struct {
- Exclude checks
exported method YmlProjectConfigRepository.GetConfig should have comment or be unexported Open
Open
func (r *YmlProjectConfigRepository) GetConfig() (*model.ProjectConfig, error) {
- Exclude checks