migrate

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package migrate provides shared validation helpers for metadata migrations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ValidationError

type ValidationError struct {
	Locale  string `json:"locale"`
	Field   string `json:"field"`
	Message string `json:"message"`
	Current int    `json:"current"`
	Limit   int    `json:"limit"`
}

ValidationError represents a single metadata validation issue.

func ValidateText

func ValidateText(field, text string) *ValidationError

ValidateText returns a ValidationError when text exceeds Google Play limits.

Directories

Path Synopsis
Package fastlane provides parsing and writing for fastlane metadata.
Package fastlane provides parsing and writing for fastlane metadata.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL