fix State.Add chart so it renders in godoc
This commit is contained in:
parent
7a579c271d
commit
2a47b32374
|
@ -18,15 +18,15 @@ import (
|
|||
//
|
||||
// The full semantics of Add:
|
||||
//
|
||||
// ┌───────────────────────┬───────────────────────┬───────────────────────┐
|
||||
// │ Module Address │ Resource Address │ Instance Address │
|
||||
// ┌───────────────────────┼───────────────────────┼───────────────────────┼───────────────────────┤
|
||||
// │ ModuleState │ ✓ │ x │ x │
|
||||
// ├───────────────────────┼───────────────────────┼───────────────────────┼───────────────────────┤
|
||||
// │ ResourceState │ ✓ │ ✓ │ maybe* │
|
||||
// ├───────────────────────┼───────────────────────┼───────────────────────┼───────────────────────┤
|
||||
// │ Instance State │ ✓ │ ✓ │ ✓ │
|
||||
// └───────────────────────┴───────────────────────┴───────────────────────┴───────────────────────┘
|
||||
// ┌───────────────────┬───────────────────┬───────────────────┐
|
||||
// │ Module Address │ Resource Address │ Instance Address │
|
||||
// ┌─────────────────┼───────────────────┼───────────────────┼───────────────────┤
|
||||
// │ ModuleState │ ✓ │ x │ x │
|
||||
// ├─────────────────┼───────────────────┼───────────────────┼───────────────────┤
|
||||
// │ ResourceState │ ✓ │ ✓ │ maybe* │
|
||||
// ├─────────────────┼───────────────────┼───────────────────┼───────────────────┤
|
||||
// │ Instance State │ ✓ │ ✓ │ ✓ │
|
||||
// └─────────────────┴───────────────────┴───────────────────┴───────────────────┘
|
||||
//
|
||||
// *maybe - Resources can be added at an instance address only if the resource
|
||||
// represents a single instance (primary). Example:
|
||||
|
|
Loading…
Reference in New Issue