designation

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: May 3, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

README

pkg/designation

Responsibility

  • Provides functions for parsing and describing motor designations.
  • Implements a regular expression for matching motor designation patterns.

Scope

  • Motor designation parsing functions.
  • Motor designation description functions.

Test Suite Overview

  • Tests should cover motor designation parsing and description.

Decisions & Potential Gotchas

  • Regular expression for motor designation patterns should be accurate and robust.
  • Parsing and description logic should be well-defined and documented.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Designation

type Designation string

Designation represents a motor designation string

func New

func New(designation string) (Designation, error)

New creates a new designation from a string

func (*Designation) Describe

func (d *Designation) Describe() (string, error)

Describe the designation

Jump to

Keyboard shortcuts

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