index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
atuin-client
/
src
/
message.rs
blob: 1c34ee4ee5fe005f839a2464f6b76153ff1bd92e (
plain
) (
blame
)
1
2
3
4
5
pub
struct
Message
{
pub
id
:
Uuid
,
pub
type
:
String
,
}