package
0.3.0-beta
Repository: https://github.com/yuuki0xff/goapptrace.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
横線であることを示す。 基準点からX軸方向に線を伸ばす。.
線の終端に"◎"を描画する。 線の長さが1なら、線の代わりに点だけが描画される。.
終端まで通常の縦棒 or 横棒が描画される。 終端に点を描画しない。.
線の終端に"●"を描画する。 線の長さが1なら、線の代わりに点だけが描画される。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
原点を左下に配置する。通常の数学のグラフと同じ配置である。 Y ⇡ │...
原点を右下に配置する。 Y ⇡ ....│ ....│ X ←────0.
原点は左上に配置する。 0────→ X │...
原点を右上に配置する。 X軸の方向が反対にになることに注意。 X ←────0 ....│ ....│ ↓ Y.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
縦線であることを示す。 基準点からY軸方向に線を伸ばす。.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GraphWidget helps to painting the DAG (Directed Acyclic Graph).
No description provided by the author
No description provided by the author
LogListView implements View.
LogListVM implements ViewModel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UICoordinator implements of Coordinator.
UIState is status of Coordinator.
No description provided by the author

# Interfaces

Coordinator manages the navigation flow.
No description provided by the author
No description provided by the author
View interface creates widgets to build the user interface, and notify user inputs to ViewModel interface.
ViewModel interface implements the business logic.

# Type aliases

FCDState is status of FuncLogDetailVM.
No description provided by the author
GState is status of GraphVM.
LineTerminationは、線の終端の描画方法を指定する。 デフォルトは LineTerminationNormal である。.
LineTypeは線を伸ばす方向(縦 or 横)を示す型である。 デフォルトは HorizontalLine である。.
LLState is status of LogListVM.
No description provided by the author
No description provided by the author
LRState is status of LogRecordVM.
原点座標を tui.Surface 上のどこに配置するか指定する。 デフォルトは OriginTopLeft である。.
No description provided by the author